J
John
I need to import a .txt delimited file using VBA in A2003.
The file name will be different each import time except for the .txt
extension, and the field structure will always be the same..
Like 040907.txt or 041007.txt
I'm planning to use the TransferText method, along with an Import
Specification file.
The problem I can't figure out is how to code for the user to go out to the
G: drive, find the specific filename, and capture the Path and Filename as a
variable to pass on to my TransferText FileName argument.
Would appreciate any help.
Thankyou,
John
The file name will be different each import time except for the .txt
extension, and the field structure will always be the same..
Like 040907.txt or 041007.txt
I'm planning to use the TransferText method, along with an Import
Specification file.
The problem I can't figure out is how to code for the user to go out to the
G: drive, find the specific filename, and capture the Path and Filename as a
variable to pass on to my TransferText FileName argument.
Would appreciate any help.
Thankyou,
John