Opening Files - Macro

M

Max2073

Help Needed.

I had developed a macro that was used by myself, however now the macro needs
to be utilised by others.

The marco opens files, that have been exported from the corporate database.
The files are saved automatically to the users C Drive eg. C:\Documents and
Settings\"username – officer logged on"\help.xls

The only difference is the username in the file path.

Is there anyway that I can change the file path to automatically go to the
correct file, without having to create a different macro for each user.

Any help would be greatly appreciated.
 
J

Jacob Skaria

You have posted this multiple times. Try

Msgbox Environ("UserProfile") & "\help.xls"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

File Path 2
File Path - Macro 1
Opening files - macro 2
Opening Files 1
Opening Files - Marcro 1
Opening Files - Marco 1
Automatically opening file saved to someone "Documents&Sett' direc 1
File Path 1

Top