Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Is it possible to add a recording to an existing macro? The only way I have
been able to to so this is to create another recording and then copy the code from the addition and paste it into the first macro. It just seems there should be an easier way. Thanks, Joe M. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
the best way is to write the macro from the beginning as per your explanation that is the only way you have to add something to the macro "Joe M." wrote: Is it possible to add a recording to an existing macro? The only way I have been able to to so this is to create another recording and then copy the code from the addition and paste it into the first macro. It just seems there should be an easier way. Thanks, Joe M. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You can not append a new recording to an existing macro. There are 2 solutions.
1. copy and paste as you have done 2. Make a call from the original macro to the new macro Sub Macro1() 'original macro call Macro2 end sub Sub Macro2() 'New macro end sub -- HTH... Jim Thomlinson "Joe M." wrote: Is it possible to add a recording to an existing macro? The only way I have been able to to so this is to create another recording and then copy the code from the addition and paste it into the first macro. It just seems there should be an easier way. Thanks, Joe M. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro recorded... tabs & file names changed, macro hangs | Excel Worksheet Functions | |||
Macro Help Needed - Excel 2007 - Print Macro with Auto Sort | Excel Worksheet Functions | |||
My excel macro recorder no longer shows up when recording macro | Excel Discussion (Misc queries) | |||
using a cell value to control a counter inside a macro and displaying macro value | Excel Worksheet Functions | |||
Macro needed to Paste Values and prevent Macro operation | Excel Discussion (Misc queries) |