Record Macro Window.

  • Thread starter Thread starter Heera
  • Start date Start date
H

Heera

Hi,

I cannot see the small window which pop's up when we select record
macro from the option tools>Macro>

Can any one help tell me to to get it back so that i can record the
macro with or without refrence mode.

Regards

Heera
 
View > Toolbars > Customize > Toolbars > and check Stop Recording

or put the following line in a macro and run it:

Application.CommandBars("Stop Recording").Visible = True
 
Tools -> Customize -> Toolbars tab -> check Stop Recording Macro
This will bring up the toolbar. Record any macro and click stop on the
toolbar. This will hide the toolbar. Don't click the X. That disables the
toolbar and keeps it from appearing when you record macros.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top