All,
I am working on a spreadsheet that needs to open another document and extract information. The problem is that the name and/or location of the document will change between each use. I want to use a dialog box and have the user enter the location of the document to pull, and have VBA code use that imput in it equation.
File name = TextBox1.Text
TextBox1 Text = "C:\My Documents\Census\45698.xls"
Then VBA code to go to that File and open
Help!
I am working on a spreadsheet that needs to open another document and extract information. The problem is that the name and/or location of the document will change between each use. I want to use a dialog box and have the user enter the location of the document to pull, and have VBA code use that imput in it equation.
File name = TextBox1.Text
TextBox1 Text = "C:\My Documents\Census\45698.xls"
Then VBA code to go to that File and open
Help!