Consulting

Results 1 to 5 of 5

Thread: I've lost my macro recorder toolbar

  1. #1

    I've lost my macro recorder toolbar

    I was recording some macros and suddenly noticed that my tool bar disappeared, so I can't access the relative reference without editing the macro (something I'd prefer not to do since I'm doing a lot of macros with caclulations). Has anyone run across this problem, and solved it????

    FusionRed
    Two maxims: 1. Learning is hard; 2. Evolution never stops--I guess we'd better learn fast!

  2. #2
    Knowledge Base Approver
    The King of Overkill!
    VBAX Master
    Joined
    Jul 2004
    Location
    Rochester, NY
    Posts
    1,727
    Location
    Hi FusionRed,

    Record another macro, go to View / Toolbars / Stop Recording. The toolbar will come back up, although you will see a line in your macro that looks like
    Application.CommandBars("Stop Recording").Visible = True
    Just take that line out, and you should be all set!
    Matt

  3. #3

    I've lost my macro recorder toolbar

    Thanks again, worked like a charm.

    FusionRed
    Two maxims: 1. Learning is hard; 2. Evolution never stops--I guess we'd better learn fast!

  4. #4
    Knowledge Base Approver
    The King of Overkill! VBAX Master
    Joined
    Jul 2004
    Location
    Rochester, NY
    Posts
    1,727
    Location
    Glad to help!
    Just so you know, you can now mark this thread as solved using the Thread Tools link above. This lets the other users know that your problem is solved, and helps keep the forum organized.
    Let us know if theres any more we can do to help!

  5. #5
    Posted as solved, thanks again.

    FusionRed
    Two maxims: 1. Learning is hard; 2. Evolution never stops--I guess we'd better learn fast!

Posting Permissions

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