CommandBar.Position Property
Gets or sets a MsoBarPosition constant representing the position of a command bar. Read/write.
Note
|
|---|
| The use of CommandBars in some Microsoft Office applications has been superseded by the new Ribbon user interface. For more information, search help for the keyword "Ribbon." |
Syntax
expression.Position
expression A variable that represents a CommandBar object.
Example
This example steps through the collection of command bars, docking the custom command bars at the bottom of the application window and docking the built-in command bars at the top of the window.
| Visual Basic for Applications |
|---|
|
Note