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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Finding the local path 1

Status
Not open for further replies.

bosloe

Programmer
Oct 2, 2003
4
CA
How do I find the local path in VBA. That is the actual folder where my running application is, not the default folder as set in options. All I want to do is get at some other files stored in the same location.

Thanks!
 
check out the Dir function.
i think it will give you what you are looking for.
 
Thanks!

Currentproject.Path did exactly what I wanted. I just knew it had to be there somewhere!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top