Macro Stop

  • Thread starter Thread starter LMP
  • Start date Start date
L

LMP

When you start a Macro there is a small window that comes up that allows you
to stop the macro and choose relative or absolute reference. Mine has
disappeared. Our IT guys have worked and worked on this to no avail. They
have even reinstalled Outlook & Excel. Still the same issues. I was hoping
this group might have suggestons.

Thanks in advance for your help.
 
Hi,

You could try this in your immediate window, (ALT+F11 then CTRL+G), which
should show the toolbar.

Application.CommandBars("Stop Recording").Visible = true

You might also check the Left and Top properties to make sure it is within
monitors view.

Cheers
Andy
 
This is how I do it


Start recording another macro, then goto Tools>Customise and select the
Toolbars tab, then check the Stop Recording checkbox


And don't close it by hitting the "X" when recording a macro or you will
lose it again.


--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)
 
Bob Thanks. This was perfect. LMP

Bob Phillips said:
This is how I do it


Start recording another macro, then goto Tools>Customise and select the
Toolbars tab, then check the Stop Recording checkbox


And don't close it by hitting the "X" when recording a macro or you will
lose it again.


--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)
 

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

Back
Top