#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 32
Default Custom Menubar

Ive created a customized menubar in my Excel VBA program. Ive coded it the
menubar to be visible when workbook is opened. My problem is this particular
workbook is being distributed to a number of users and I notice when I send
workbook to them my program errors out when it tries to enable the customized
menubar, reason Ive found is the menubar is no longer available to be
displayed so I have to recreate it on individual workstations.
Is this an Excel limitation? Is there something I can do for this menubar
"travels" or is always attached to this workbook no matter who I distribute
to?

thanks in advance
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Custom Menubar

Bret

Customizations to Toolbars and Menus are saved in your Excel11.xlb file.

Usually stored in...........

C:\Documents and Settings\username\Application Data\Microsoft\Excel

but if on a network may be somewhere else. Do a file search for *.xlb if need
be. You may have more than one so note which one changes when you make a new
customization.

Make a backup copy when good so's you can recover.

For added info from Dave Peterson............................

Your life will become much simpler if you include code to create the toolbar
when the workbook is opened and include code to destroy the toolbar when the
workbook is closed.

For additions to the worksheet menu bar, I really like the way John Walkenbach
does it in his menumaker workbook:
http://j-walk.com/ss/excel/tips/tip53.htm

Here's how I do it when I want a toolbar:
http://www.contextures.com/xlToolbar02.html
(from Debra Dalgleish's site)

End Dave quote..........................................


Gord Dibben MS Excel MVP

On Sun, 19 Aug 2007 15:06:03 -0700, Bret wrote:

Ive created a customized menubar in my Excel VBA program. Ive coded it the
menubar to be visible when workbook is opened. My problem is this particular
workbook is being distributed to a number of users and I notice when I send
workbook to them my program errors out when it tries to enable the customized
menubar, reason Ive found is the menubar is no longer available to be
displayed so I have to recreate it on individual workstations.
Is this an Excel limitation? Is there something I can do for this menubar
"travels" or is always attached to this workbook no matter who I distribute
to?

thanks in advance


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can I change the menubar to look like excel 2003? Rude Reality New Users to Excel 5 July 12th 07 03:39 AM
hyperlink in menubar Mr BT Excel Worksheet Functions 0 June 7th 06 04:34 AM
MenuBar & Event problems Graham F Excel Discussion (Misc queries) 1 May 7th 06 10:26 AM
Disable Items in Menubar cassy01 Excel Discussion (Misc queries) 2 November 8th 05 08:20 PM
Create your own Menubar cassy01 Excel Discussion (Misc queries) 1 September 6th 05 01:03 PM


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

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"