Windows.CompareSideBySideWith Method

Excel Developer Reference

Opens two windows in side-by-side mode. Returns a Boolean value.

Syntax

expression.CompareSideBySideWith(WindowName)

expression   A variable that represents a Windows object.

Parameters

Name Required/Optional Data Type Description
WindowName Required Variant The name of the window.

Return Value
Boolean.

Remarks

You cannot use the CompareSideBySideWith method with the Application object or the ActiveWorkbook property.

See Also