Windows.SyncScrollingSideBySide Property
Word Developer Reference |
True enables scrolling the contents of the windows at the same time. Read/write Boolean.
Syntax
expression.SyncScrollingSideBySide
expression An expression that returns a Windows collection.
Remarks
False disables scrolling the windows at the same time.
Example
The following example enables scrolling of adjacent windows at the same time.
Visual Basic for Applications |
---|
|
See Also