I have a procedure that saves a copy of an Excel 2003 .xls file. It is hard coded to save as C:/DataFile.xls
The problem is some users at my company are not Administrators on their local machine and therefore do not have permission to save directly to C:
Is there another standard location on the local disk that is better fitted for this kind of save procedure regardless of the users permissions?
I'd like to keep it a simple hardcoded path and avoid having to create some kind of custom string (i.e. documents and settings/"UserName"/)
The problem is some users at my company are not Administrators on their local machine and therefore do not have permission to save directly to C:
Is there another standard location on the local disk that is better fitted for this kind of save procedure regardless of the users permissions?
I'd like to keep it a simple hardcoded path and avoid having to create some kind of custom string (i.e. documents and settings/"UserName"/)