PDA

View Full Version : [SOLVED] I've lost my macro recorder toolbar



FusionRed
01-25-2005, 09:32 AM
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:devil:

mvidas
01-25-2005, 09:49 AM
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

FusionRed
01-25-2005, 11:24 AM
Thanks again, worked like a charm.

FusionRed:devil:

mvidas
01-25-2005, 12:07 PM
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!

FusionRed
01-25-2005, 12:19 PM
Posted as solved, thanks again.

FusionRed