Results 1 to 3 of 3

Thread: [RESOLVED] [EXCEL] Buttons in the toolbar

Hybrid View

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2007
    Posts
    13

    Re: [EXCEL] Buttons in the toolbar

    I have now created a toolbar with the buttons in that, and I attach it to that workbook like it says in the help menu. When someone else opens it, the toolbar appears. But it also appears on all other excel workbooks. You can go and take off the toolbar, but than it is taken off the workbook I want. Is there a way to attach the toolbar JUST to one workbook?

  2. #2

    Thread Starter
    New Member
    Join Date
    Jul 2007
    Posts
    13

    Re: [EXCEL] Buttons in the toolbar

    I figured it out. If anyone else is trying to get this to happen, you just need to type in

    Application.CommandBars("Name of tool bar").Visible = False

    in sub workbook_before_close, and

    Application.CommandBars("Materials Toolbar").Visible = True

    in sub workbook_open

Posting Permissions

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



Click Here to Expand Forum to Full Width