Microsoft KB Archive/165964

From BetaArchive Wiki
Knowledge Base


PPT97: Macro Recorder Doesn't Record Code Moving Command Bars

Article ID: 165964

Article Last Modified on 10/11/2006



APPLIES TO

  • Microsoft PowerPoint 97 Standard Edition



This article was previously published under Q165964

SYMPTOMS

If 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.

CAUSE

When 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 97 object model. PowerPoint does not record code for objects that are not a part of the PowerPoint object model.

RESOLUTION

In PowerPoint 97 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.

For more information about the CommandBar object, click the Office Assistant in the Visual Basic Editor, type CommandBar, click Search, and then click to view "Using command bars."

NOTE: If the Assistant is hidden, click the Office Assistant button on the Standard toolbar. If the Assistant is not able to answer your query, please see the following article in the Microsoft Knowledge Base:

176476 OFF: Office Assistant Not Answering Visual Basic Questions



Additional query words: 97 8.00 kbmacro ppt8 vba vbe toolbar

Keywords: kbcode kbdtacode kbmacro kbprb kbprogramming KB165964