LandDownUnder
New Member
- Joined
- Aug 27, 2002
- Messages
- 2
I am trying to open a text file using the standard line;
Workbooks.OpenText filename:="DATA.TXT", _
dataType:=xlDelimited, tab:=True
Two problems;
1) The data file (DATA.TXT) will change from week to week. I would like the users to be able select each week which text file to open. Is there some means for the user to browse for a file or make a choice without actually having to type the full path and name in to an InputBox?
2) The The Text Import Wizard needs to be suppressed because the VB code will handle this step.
Any assistance will be greatly appreciated.
Regards
GM
Workbooks.OpenText filename:="DATA.TXT", _
dataType:=xlDelimited, tab:=True
Two problems;
1) The data file (DATA.TXT) will change from week to week. I would like the users to be able select each week which text file to open. Is there some means for the user to browse for a file or make a choice without actually having to type the full path and name in to an InputBox?
2) The The Text Import Wizard needs to be suppressed because the VB code will handle this step.
Any assistance will be greatly appreciated.
Regards
GM