The Code Cage - Microsoft Office help Free Microsoft Office Help for all Applications!  

To stop seeing these ads and get other benefits check This page!

Go Back   The Code Cage Forums > Newsgroups - Microsoft Topics > Newsgroup - Excel Forum > Excel VBA Programming
  Microsoft Office Chat Online now!


Excel VBA Programming Post questions in this forum if they are related to using Microsoft Excel VBA Programming, Macro's etc.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 30th June 2009, 01:52 PM
Luciano Severino
Newsgroup Contributor


My Top Tip Count:

 
Posts: n/a
Chats:
Default custom toolbar

------ Register to get rid of these "In Post" ads! ------


I had made those procedures same next exemples:

Private Sub Workbook_Open()
Application.CommandBars("MyToolBar").Visible = True
End Sub

Private Sub Workbook_BeforeClose(Cancel As Boolean)
Application.CommandBars("MyToolBar").Visible = False
'Original Source: The Code Cage Forums http://www.thecodecage.com/forumz/excel-vba-programming/111326-custom-toolbar.html#post398849
End Sub


It´s running well. But when I save my workbook to another PC with Excell2007
the "MyToolBar" doesn´t apearence.
Anybody know why it´s happen?
Thanks.

Reply to this post


Did you find this post helpful? Yes | No

The Code Cage Advertisment
Advertisement

To stop seeing these ads and get other benefits check This page!
  #2 (permalink)  
Old 30th June 2009, 03:41 PM
Bernie Deitrick
Newsgroup Contributor


My Top Tip Count:

 
Posts: n/a
Chats:
Default Re: custom toolbar

------ Register to get rid of these "In Post" ads! ------


Luciano,

Excel 2007 doesn't use toolbars anymore.

See the section

Excel 2007 Ribbon and QAT pages

http://www.rondebruin.nl/tips.htm


HTH,
Bernie
MS Excel MVP



"Luciano Severino" <LucianoSeverino@discussions.microsoft.com> wrote in message
news:9E3865A1-0C32-4690-9FC6-28E36F680DB8@microsoft.com...
>I had made those procedures same next exemples:
>
> Private Sub Workbook_Open()
> Application.CommandBars("MyToolBar").Visible = True
> End Sub
>
> Private Sub Workbook_BeforeClose(Cancel As Boolean)
> Application.CommandBars("MyToolBar").Visible = False
> End Sub
>
>
> It´s running well. But when I save my workbook to another PC with Excell2007
'Original Source: The Code Cage Forums http://www.thecodecage.com/forumz/excel-vba-programming/111326-custom-toolbar.html#post399031
> the "MyToolBar" doesn´t apearence.
> Anybody know why it´s happen?
> Thanks.
>



Reply to this post


Did you find this post helpful? Yes | No
  #3 (permalink)  
Old 30th June 2009, 03:44 PM
Gary Keramidas
Newsgroup Contributor


My Top Tip Count:

 
Posts: n/a
Chats:
Default Re: custom toolbar

------ Register to get rid of these "In Post" ads! ------


see if there is add-ins menu option and look there.

--

Gary Keramidas
Excel 2003


"Luciano Severino" <LucianoSeverino@discussions.microsoft.com> wrote in
message news:9E3865A1-0C32-4690-9FC6-28E36F680DB8@microsoft.com...
>I had made those procedures same next exemples:
>
> Private Sub Workbook_Open()
> Application.CommandBars("MyToolBar").Visible = True
> End Sub
>
> Private Sub Workbook_BeforeClose(Cancel As Boolean)
> Application.CommandBars("MyToolBar").Visible = False
'Original Source: The Code Cage Forums http://www.thecodecage.com/forumz/excel-vba-programming/111326-custom-toolbar.html#post399035
> End Sub
>
>
> It´s running well. But when I save my workbook to another PC with
> Excell2007
> the "MyToolBar" doesn´t apearence.
> Anybody know why it´s happen?
> Thanks.
>


Reply to this post


Did you find this post helpful? Yes | No
The Code Cage Advertisment
Advertisement

To stop seeing these ads and get other benefits check This page!
Reply

Bookmarks

Tags
custom, toolbar


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

The Code Cage Affilliates


To stop seeing these ads and get other benefits check This page!



All times are GMT +1. The time now is 07:56 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.2
No part of this board may be copied or reproduced either in part or full without the express permission of The Code Cage Team.
We are not associated with nor employed by Microsoft in any way, we simply provide resources!
All MS office icons are registered trademarks of the application the represent