XL97: Custom Menu Merges with Custom Toolbar

ID: Q159548

The information in this article applies to:

SYMPTOMS

A custom toolbar and custom menu bar merge together as one toolbar. If the menu bar or toolbar are controlled by macro code, you may receive the following error message:

   Run-time error '1004':
   Application-defined or object-defined error

and neither the toolbar nor the menu bar are displayed properly.

CAUSE

This behavior occurs when both of the following conditions are true:

- The names of both the toolbar and menu bar are the same.

The merged menu bar and toolbar will function correctly; however, the menu bar will simply be displayed on a toolbar instead of the menu as expected.

WORKAROUND

For a custom menu bar to be referred to separately from a custom toolbar in Microsoft Excel 97, each name must be unique. If the toolbar and menu bar are given the same name, they are merged as a toolbar. Microsoft Excel does not recognize that the menu bar is a menu if a toolbar has the same name.

The custom CommandBar cannot be renamed because it and the custom Toolbar are one and the same. By renaming the CommandBar, the toolbar is renamed as well. To rename the CommandBar, the file must be opened in an earlier version of Microsoft Excel, such as version 5.0 or 7.0.

To rename the menu bar in Microsoft Excel 5.0 and 7.0

1. Open the workbook and activate the module sheet.

2. On the Tools menu, click Menu Editor.

3. On the Menu bars list, click the custom menu bar. In the Caption text

   box type a new menu name. Click OK.

STATUS

Microsoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article.

MORE INFORMATION

The menu bar structure in Microsoft Excel 97 has changed. Menubars in Visual Basic for Applications are now referred to as CommandBars and are fundamentally the same as toolbars. The CommandBar object is a programmable object and applies to the following items:

REFERENCES

For more information about customizing menus, click the Office Assistant, type "add menu", click Search, and then click to view "Add a command to a menu."

NOTE: If the Assistant is hidden, click the Office Assistant button on the Standard toolbar. If Microsoft Excel Help is not installed on your computer, please see the following article in the Microsoft Knowledge Base:

   ARTICLE-ID: Q120802
   TITLE     : Office: How to Add/Remove a Single Office Program or
               Component

Additional query words: XL97 8.00 combine menubar menubars
Keywords          : kbprg kbdta kbdtacode KbVBA 
Version           : WINDOWS:97
Platform          : WINDOWS
Issue type        : kbprb

Last Reviewed: December 8, 1998