Open file and store in string

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'd like to open a text file in order to get a pathname that I can store in a
string. Thanks.

Ken
 
What is the text file for? Are you just wanting to find a path, or are you
planning to put the text file in the path?
 
Klatuu,

I just need to find the path.

Ken


Klatuu said:
What is the text file for? Are you just wanting to find a path, or are you
planning to put the text file in the path?
 
Look in VBA Help for the FileSearch Object. It even has a really good
example of how this works.
 
Back
Top