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.
 
Back
Top