Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default 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/

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 550
Default 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/



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default 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/



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Really Dumb Question

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


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

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 22,906
Default 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/


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Dumb Question David Excel Worksheet Functions 2 May 28th 07 08:13 PM
dumb question uw805 Excel Worksheet Functions 6 June 8th 06 05:06 PM
Dumb VBA question nobbyknownowt Excel Discussion (Misc queries) 0 April 23rd 06 08:12 AM
Very dumb question gregorsamsa Excel Discussion (Misc queries) 2 March 23rd 06 03:15 PM
No Dumb Question darkbearpooh1 Excel Worksheet Functions 1 January 25th 06 03:32 PM


All times are GMT +1. The time now is 11:26 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"