Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
the code will prompt user to "Save the file as:"
how do I save this user-input string so that I can "open" this file for writing later on? thanks! |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Use Application.getsaveAsFilename.
Note that this does not do the .save for you; it just returns a string of the filepath/name. NickHK "GeneWan" wrote in message ... the code will prompt user to "Save the file as:" how do I save this user-input string so that I can "open" this file for writing later on? thanks! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Prompt to save file | Setting up and Configuration of Excel | |||
save prompt for user exit, but no save prompt for batch import? | Excel Discussion (Misc queries) | |||
Save an excel file in vbscript without user prompt | Excel Programming | |||
Save file -prompt | Excel Programming | |||
Prompt user to save their file | Excel Programming |