ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Really Dumb Question (https://www.excelbanter.com/excel-programming/285612-really-dumb-question.html)

Novice[_8_]

Really Dumb Question
 
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/


John Wilson

Really Dumb Question
 
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/




Tom Ogilvy

Really Dumb Question
 
The record at mark functionality was eliminated in Excel 97

Stephen Bullen wrote a record at mark addin. I haven't used it, but perhaps
it would work for you.

http://www.bmsltd.co.uk/Excel/Default.htm

--
Regards,
Tom Ogilvy


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/




Novice[_9_]

Really Dumb Question
 
Where do I save the Record at Mark.xla file on my hardrive?


---
Message posted from http://www.ExcelForum.com/


Gord Dibben

Really Dumb Question
 
Assuming you are referring to Stephen Bullen's Record At Mark.xla...

The latest(2000) version download is an Executable self-install version.

But if all you have is the *.xla........

I would stick it into my Office\Library folder so's when I went to
ToolsAdd-ins it would be available to checkmark for use.

Gord Dibben Excel MVP

On Thu, 18 Dec 2003 18:47:29 -0600, Novice
wrote:

Where do I save the Record at Mark.xla file on my hardrive?


---
Message posted from http://www.ExcelForum.com/




All times are GMT +1. The time now is 05:12 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com