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

RE: Record Macro Window. by GarysStudent

GarysStudent
Fri May 09 12:06:24 CDT 2008

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

--
Gary''s Student - gsnu200785


"Heera" wrote:

> 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
>

RE: Record Macro Window. by James_Thomlinson

James_Thomlinson
Fri May 09 12:12:01 CDT 2008

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.
--
HTH...

Jim Thomlinson


"Heera" wrote:

> 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
>

Re: Record Macro Window. by Heera

Heera
Fri May 09 12:58:18 CDT 2008

Gary & Jim Thank you.

That was a great help.....