Windows.BreakSideBySide Method
Excel Developer Reference |
Ends side-by-side mode if two windows are in side-by-side mode. Returns a Boolean value that represents whether the method was successful.
Syntax
expression.BreakSideBySide
expression A variable that represents a Windows object.
Return Value
Boolean
Example
The following example ends side-by-side mode.
Visual Basic for Applications |
---|
|
See Also