Thread: Macro Stop
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Andy Pope Andy Pope is offline
external usenet poster
 
Posts: 2,489
Default Macro Stop

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

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
"LMP" wrote in message
...
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.