Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have 3 macros below that I have to run separately. How can I
combine them into 1? Thanks. Sub Save() ActiveWorkbook.Save End Sub Sub SaveName() ActiveWorkbook.SaveAs Filename:="Q:\David\dailysales.xls" End Sub Sub Email() ActiveWorkbook.SendMail Recipients:="test" End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Combining two macros | Excel Discussion (Misc queries) | |||
Combining Macros and if function | Excel Worksheet Functions | |||
Combining macros | Excel Discussion (Misc queries) | |||
Combining macros | Excel Discussion (Misc queries) | |||
Suppress the Disable Macros / Enable Macros Dialog | Excel Programming |