Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Open a file path?

Status
Not open for further replies.

nalbiso

Programmer
Aug 31, 2000
71
US
HI!

I am not sure if this is possible, but is there a way, using VBA to open a file path and retrieve documents from it? If there is, how would I do that.
 
I'm not sure what you're asking. Do you want to get a list of files in a folder? See the Dir() function. Do you want to open a file and read its contents? See the Open and Close statements, plus other statements that depend on the type of file (ASCII text or otherwise). Rick Sprague
 
Thank you for your response.

I ended up finding a solution to my problem another way.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top