Hello All,
I have a quick question that I cant seem to find the answer to in any of my books.
I have a line of code that I would like to change.
The code points to a default path of C:\My Documents\
Now, the problem is, that on some machines, windows is installed on G: for eg.
I have a quick question that I cant seem to find the answer to in any of my books.
I have a line of code that I would like to change.
The code points to a default path of C:\My Documents\
Now, the problem is, that on some machines, windows is installed on G: for eg.
Code:
OpenFile.lpstrInitialDir = CDInitDir '"C:\My Documents"
Is there anyway that I can change the above line to "find" where the default install path for My Documents is ?
Many Thanks In Advance
Max