Saving file when path is unknown
Have you tried ActiveWorkbook.Path & "\" & ActiveWorkbook.Name
" wrote:
I am writing a macro utility that will be used on several different
PC's. One step in the macro saves a file using the path of the
currently opened file (where the macro resides). This step works
for my PC since the macro identifies my specific path. I need for
this macro to work when the path of the currently open file is
unknown. How would I do this?
Thanks.
|