+ Reply to Thread
Results 1 to 7 of 7

Launching Macro Recorder using VBA

  1. #1
    Registered User
    Join Date
    05-04-2009
    Location
    Washington DC
    MS-Off Ver
    Excel 2003
    Posts
    19

    Launching Macro Recorder using VBA

    I hide all Excel standard tabs and thus need a button on custom tab to record a macro. (I did this successfully with custom menu in Excel 2003.) In 2007 ribbon, I've reused the code for a button's OnAction, now going to callback that runs:

    Application.CommandBars.ExecuteMso ("MacroRecord")

    In Excel 2003, the stop button appeared automatically for me. But in Excel 2007, with hiding standard tabs, etc., I see no way to stop recording, other than running my button to return the Developer's tab, where the Record Macro button has changed to Stop Macro.

    I'd like to either add a second button to my ribbon to stop recording the macro (but I can't find an idMso to use in a callback) or have my Record button change to Stop button, like Excel does. But I can't come up with correct code.

    Has anyone added a custom Ribbon button for record macro successfully and would share how? Or does someone know the VBA to stop the recorder?

  2. #2
    Forum Moderator Leith Ross's Avatar
    Join Date
    01-15-2005
    Location
    San Francisco, Ca
    MS-Off Ver
    2000, 2003, & 2010
    Posts
    23,259

    Re: Launching Macro Recorder using VBA

    Hello paulzak,

    Here is the code to launch the Macro Recorder.
    Please Login or Register  to view this content.
    Sincerely,
    Leith Ross

    Remember To Do the Following....

    1. Use code tags. Place [CODE] before the first line of code and [/CODE] after the last line of code.
    2. Thank those who have helped you by clicking the Star below the post.
    3. Please mark your post [SOLVED] if it has been answered satisfactorily.


    Old Scottish Proverb...
    Luathaid gu deanamh maille! (Rushing causes delays!)

  3. #3
    Registered User
    Join Date
    05-04-2009
    Location
    Washington DC
    MS-Off Ver
    Excel 2003
    Posts
    19

    Re: Launching Macro Recorder using VBA

    Leith,

    Thanks for the reply but this code runs like my prior code posted above. Your code starts the recorder but I still do NOT have a way to *stop* recording the macro when I'm ready. I think in Excel 2007 with the ribbon thrfe isn't a floating MACRO STOP menu bar so it's done through ribbon buttons. So what I need is VBA code to stop the macro recorder if it's currently running. That's all.

    I've set the ribbon button to run your alternative code and recorder starts, prompting me to name macro then begins recording. But I don't see the stop button and if I click my button again (re-run your code), it just prompts me to record *another* macro but does NOT stop the one that is currently running. (And nothing done is recorded in the original macro.)

    Again, I'm looking for some way for my code to determine that the macro recorder is running, and if so, stop it.

    Have I misunderstood how to use your code? ("m running the proc. from my ribbon button, as you've written it.) If not, do you have any more ideas?

    Thanks in advance.

  4. #4
    Forum Guru Andy Pope's Avatar
    Join Date
    05-10-2004
    Location
    Essex, UK
    MS-Off Ver
    O365
    Posts
    20,481

    Re: Launching Macro Recorder using VBA

    I have an Icon on the status bar that enables the start/stop macro recording.

    However this does not appear to function if you use the .Execute method to launch the macro dialog. It changes to the stop button but does not respond to it.

    Why not use ribbonx code to add tab/group and button. This will act like the button on the developer tab.
    Please Login or Register  to view this content.
    Cheers
    Andy
    www.andypope.info

  5. #5
    Registered User
    Join Date
    05-04-2009
    Location
    Washington DC
    MS-Off Ver
    Excel 2003
    Posts
    19

    Re: Launching Macro Recorder using VBA

    Andy Pope, this worked perfectly and was what I wanted.
    Thank you so much!

  6. #6
    Registered User
    Join Date
    08-03-2012
    Location
    India
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: Launching Macro Recorder using VBA

    Hi Andy,
    I am new to this group. I am developing a project which requires a Button to launch the Macro Recorder using VBA. Please, tell me where do I need to add your code <customUI ... </customUI> in my VBA code module?

  7. #7
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,167

    Re: Launching Macro Recorder using VBA

    Karthisankaran,

    Welcome to the Forum, unfortunately:

    Your post does not comply with Rule 2 of our Forum RULES. Don't post a question in the thread of another member -- start your own thread. If you feel it's particularly relevant, provide a link to the other thread. It makes sense to have a new thread for your question because a thread with numerous replies can be off putting & difficult to pick out relevant replies.
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1