Windows File Explorer with VBA

TimTDP

Registered User.
Local time
Today, 21:32
Joined
Oct 24, 2008
Messages
213
I need to get the full URL of a file
Using VBA, how can I open Windows File Explorer to navigate to the file and get its full URL?
I am using Office 2010 and Windows 7

Thanks
 
try googling "file system object vba". the code will be in one of the results, no doubt. it's pretty short. not much to learn.
 

Users who are viewing this thread

Back
Top Bottom