G Guest Apr 21, 2005 #1 I'd like to open a text file in order to get a pathname that I can store in a string. Thanks. Ken
G Guest Apr 21, 2005 #2 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?
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?
G Guest Apr 22, 2005 #3 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? Click to expand...
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? Click to expand...
G Guest Apr 22, 2005 #4 Look in VBA Help for the FileSearch Object. It even has a really good example of how this works.