Thread: Save As
View Single Post
  #4   Report Post  
Dave Peterson
 
Posts: n/a
Default

Or even:

Application.Dialogs(xlDialogSaveAs).Show



bbc1 wrote:

Thankyou found a script on this which I could apply to a command button on
the worksheet
Application.ExecuteExcel4Macro("SAVE.AS?()")

"Peo Sjoblom" wrote:

Application.GetSaveAsFilename

you can look up GetSaveAsFilename method in help

--
Regards,

Peo Sjoblom

(No private emails please)


"bbc1" wrote in message
...
I would like to put a button on a spreadsheet and run a macro that will
bring
up the save as dialog box.




--

Dave Peterson