B
bbc1
I would like to put a button on a spreadsheet and run a macro that will bring
up the save as dialog box.
up the save as dialog box.
I would like to put a button on a spreadsheet and run a macro that will bring
up the save as dialog box.
bbc1 said:Thankyou found a script on this which I could apply to a command button
on
the worksheet
Application.ExecuteExcel4Macro("SAVE.AS?()")
:
-
Application.GetSaveAsFilename
you can look up GetSaveAsFilename method in help
--
Regards,
Peo Sjoblom
(No private emails please)
"bbc1" [email protected] 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.-
-