Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a program that uses the SaveAs feature. However, the program is going
to be used my many users and I wanted to automate the process and have the sheet save to the desktop. My problem is that the user id which is apart of the address changes for each person. Is there a way to just save the file to the desktop and not worry about the rest of the address? Here is my code.... ans = MsgBox("Save file as " & sFilename) If ans = vbOK Then ActiveWorkbook.SaveAs "C:\Documents and Settings\????????\Desktop" & sFilename ' End If Thanks, Kyle |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Selecting "Save As" adds "Copy of" to file name- MS Excel 2007 | Excel Discussion (Misc queries) | |||
"CELL("FILENAME") NOT UPDATE AFTER "SAVE AS" ACTION | Excel Discussion (Misc queries) | |||
"Save" and "Save As" options greyed out - "Save as Webpage" option | Excel Discussion (Misc queries) | |||
save and restore "Workbook Menu Bar" & "Cell" menus | Excel Programming | |||
Is there a "generic" Error Handling method | Excel Programming |