Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Im trying to record a macro which at the end of running prompts the user to
do a "save as", when I'm recording it and select the save as option it brings up the box to input you file name & save location. Its at this point I want the macro to stop and the user can then put a new file name in (would be even better if it could pick the name from a cell in the worksheet ?), but as the "save as" box is open I cant get back to the orginal excel sheet to end the macro. Can anybody help with this ? Thanks |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Sub saveitas()
ActiveWorkbook.SaveAs Filename:=Range("a1") End Sub -- Don Guillett Microsoft MVP Excel SalesAid Software "Tom" wrote in message ... Im trying to record a macro which at the end of running prompts the user to do a "save as", when I'm recording it and select the save as option it brings up the box to input you file name & save location. Its at this point I want the macro to stop and the user can then put a new file name in (would be even better if it could pick the name from a cell in the worksheet ?), but as the "save as" box is open I cant get back to the orginal excel sheet to end the macro. Can anybody help with this ? Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
save as macro | Excel Discussion (Misc queries) | |||
Macro to Save without the Save Message | Excel Discussion (Misc queries) | |||
Save as Macro | Excel Discussion (Misc queries) | |||
Macro Save As | Excel Discussion (Misc queries) | |||
Macro-Save as | Excel Discussion (Misc queries) |