View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Quaoar Quaoar is offline
external usenet poster
 
Posts: 4
Default Commandbar Mystery

Excel XP, Windows XP. I am adding a commandbar item with vba in a code
that has been running for many years. The item does not appear in the
Tools menu where it should be. I can poll the item successfully from
the editor, so it is somewhere on the tools menu, but simply will not
appear. .visible is true. This one has me baffled. I do have Excel
set to show full menus, changing this setting has no effect. BTW, the
code successfully shows the appropriate item on another computer, same
configuration.

Thanks for any help.

Q