Novice,
Put them one on top of the other and get rid of the End Sub
in the first macro and the Sub line in the second macro.
Sub Macro1()
'yadayadayada
End Sub ' Delete this line
Sub Macro2() ' Delete this line
'yadayadayada
End Sub
Another way would be to create a new sub.
Sub MyMacro()
' paste whatever code you need from each macro
End Sub
John
"Novice" wrote in message
...
I typically use the macro recorder to develop the code for me but
sometimes I have to stop. How do I start programming again where I
left off? I know I can create additional code utilizing another
recorded macro and then copy & paste, but this is inefficient. Thanks.
---
Message posted from http://www.ExcelForum.com/