rpaulson
Well-known Member
- Joined
- Oct 4, 2007
- Messages
- 1,428
my current code uses this.
Later in my code I use this path to import some txt files.
This works fine as long as the text files are in the same folder as my excel file.
I would like to have some sort of browse where the user can select the path.
ie. fpath = input (Browse for the location on the files")
Anyone have any ideas?
Ross
Code:
fpath = ThisWorkbook.Path
Later in my code I use this path to import some txt files.
This works fine as long as the text files are in the same folder as my excel file.
I would like to have some sort of browse where the user can select the path.
ie. fpath = input (Browse for the location on the files")
Anyone have any ideas?
Ross