The information in this article applies to:
SUMMARYThere are many shortcut menus in Microsoft Excel 98 Macintosh Edition that appear when you hold the CONTROL key and click an object. For example, if you hold the CONTROL key and click a worksheet tab, the following shortcut menu appears: Insert...This article lists all of the built-in shortcut menus in Microsoft Excel 98 Macintosh Edition and provides a sample Visual Basic for Applications macro that disables a shortcut menu. MORE INFORMATION
The following table lists all of the built-in shortcut menus and the
Index property value for each menu.
Microsoft provides programming examples for illustration only, without
warranty either expressed or implied, including, but not limited to, the
implied warranties of merchantability and/or fitness for a particular
purpose. This article assumes that you are familiar with the programming
language being demonstrated and the tools used to create and debug
procedures. Microsoft support professionals can help explain the functionality
of a particular procedure, but they will not modify these examples to
provide added functionality or construct procedures to meet your specific
needs. If you have limited programming experience, you may want to contact
the Microsoft fee-based consulting line at (800) 936-5200. For more
information about the support options available from Microsoft, please see
the following page on the World Wide Web:
http://www.microsoft.com/support/supportnet/overview/overview.aspThe following sample Visual Basic macro disables the shortcut menu for worksheet tabs:
NOTE: To enable the shortcut menu for worksheet tabs, modify the macro,
change the value of the Enabled property to True, and then rerun the macro.
REFERENCES
For more information about Command Bars, click the Office Assistant while
in the Visual Basic Editor, type commandbars, click Search, and then
click to view "Using command bars."
Q176476 OFF: Office Assistant Not Answering Visual Basic Questions Additional query words: XL98
Keywords : kbdta xlui xlvbahowto xlvbainfo |
Last Reviewed: November 9, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |