Results 1 to 7 of 7

Thread: Solved: Custom Menus not visible???

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #5
    VBAX Expert TrippyTom's Avatar
    Joined
    Jul 2005
    Location
    New York, NY (USA)
    Posts
    556
    Location
    well i was using the controlID:

    'find the Window Menu
    Set cWindowMenu = CommandBars(1).FindControl(Id:=30009) 'id = Window menu
    but I will try your suggestion and see if that helps. Thanks.
    Last edited by Aussiebear; 04-28-2023 at 02:16 AM. Reason: Adjusted the code tags
    Office 2010, Windows 7
    goal: to learn the most efficient way

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •