Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How do I get the save as dialog box to come up?
|
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I think you can do:
fname = Application.Dialogs(xlDialogSaveAs).Show "Justin Philips" wrote: How do I get the save as dialog box to come up? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Just some added information:
fname would contain True or False based on whether the Save was successful or not. It would not contain the name/new name of the file. -- Regards, Tom Ogilvy "barnabel" wrote: I think you can do: fname = Application.Dialogs(xlDialogSaveAs).Show "Justin Philips" wrote: How do I get the save as dialog box to come up? |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Application.Dialogs(xlDialogSaveAs).Show "Justin Philips" wrote: How do I get the save as dialog box to come up? |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If you want more control, use
fname = Application.GetSaveAsFilename() set the help on that function for arguments you can pass to the name. Not that it does not perform the save. You can evaluate the user's choice and then execute a thisworkbook.SaveAs fName if you agree. -- Regards, Tom Ogilvy "Justin Philips" wrote: How do I get the save as dialog box to come up? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Save Excel Worksheet As CSV - No Save As Dialog | Excel Programming | |||
how to get disk icon on save button of save as dialog like 2000 | Excel Discussion (Misc queries) | |||
Save As Dialog | Excel Programming | |||
Changing Save As Type in Save as dialog box | Excel Programming | |||
Save As Dialog | Excel Programming |