The information in this article applies to:
SYMPTOMSIf you record a macro to move a command bar to a specific location, the macro recorder does not record any commands. However, you can record commands to turn on, turn off, remove, or add a command bar. CAUSEWhen you record a macro, the macro recorder attempts to analyze the actions and then create the equivalent Microsoft Visual Basic for Applications code. The CommandBar object is a portion of the Microsoft Office object model. PowerPoint does not record code for objects that are not a part of the PowerPoint object model. RESOLUTION
In PowerPoint, all of the toolbars (Standard, Formatting, Drawing, and
so forth) in the object model, are part of the CommandBars and
CommandBarControls collections. Using the Visual Basic Editor, you can
write Visual Basic for Applications code to control the behavior of the
CommandBars.
Additional query words: 9.00 ppt9 vba vbe ppt2k powerpt vba2k ppt9.0 ppt2000 program programming
Keywords : kbcode kbmacro kbprg kbdta kbdtacode kbpptvba |
Last Reviewed: July 14, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |