PC Review


Reply
Thread Tools Rate Thread

custom toolbar

 
 
Luciano Severino
Guest
Posts: n/a
 
      30th Jun 2009

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
the "MyToolBar" doesn´t apearence.
Anybody know why it´s happen?
Thanks.

 
Reply With Quote
 
 
 
 
Bernie Deitrick
Guest
Posts: n/a
 
      30th Jun 2009

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" <(E-Mail Removed)> wrote in message
news:9E3865A1-0C32-4690-9FC6-(E-Mail Removed)...
>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
> the "MyToolBar" doesn´t apearence.
> Anybody know why it´s happen?
> Thanks.
>



 
Reply With Quote
 
Gary Keramidas
Guest
Posts: n/a
 
      30th Jun 2009

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

--

Gary Keramidas
Excel 2003


"Luciano Severino" <(E-Mail Removed)> wrote in
message news:9E3865A1-0C32-4690-9FC6-(E-Mail Removed)...
>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
> the "MyToolBar" doesn´t apearence.
> Anybody know why it´s happen?
> Thanks.
>


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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 Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Adding custom buttons to the Standard toolbar versus a custom toolbar cainrandom@gmail.com Microsoft Outlook Program Addins 2 9th Oct 2008 05:13 PM
Saving custom toolbar or toolbar location to specific template Joseph N. Microsoft Word Document Management 0 16th Jan 2007 04:48 AM
custom toolbar buttons are saved where? Excel loads twice bymistake and all my custom toolbar buttons get gone!!! Kevin Waite Microsoft Excel Programming 2 3rd Mar 2004 03:31 PM
custom toolbar buttons are saved where? Excel loads twice bymistake and all my custom toolbar buttons get gone!!! Kevin Waite Microsoft Excel Discussion 2 3rd Mar 2004 12:32 AM
Custom toolbar - remove toolbar options? Harmannus Microsoft Access Reports 0 11th Nov 2003 04:12 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:02 AM.