Thread: Opening Files
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Patrick Molloy Patrick Molloy is offline
external usenet poster
 
Posts: 1,049
Default Opening Files

try using the default temp address which can be found using the Environ$()
function...

eg
temp_path = environ$("TEMP")


"max28052" wrote in message
...
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.