View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default Problem with macro recorder

When I start the macro recorder and pull-down:
View Toolbars and check Drawing the recorder correctly records:

Application.CommandBars("Drawing").Visible = True

However, if I pull-down:
View Toolbars Customize Options and click always show full menus
The recorder records nothing.

What am I doing wrong?

--
Gary''s Student