ActiveWorksheet Property

The ActiveWorksheet property gets the worksheet of the currently active window.

Syntax

bMode = objMC.ActiveWorksheet

Element

Description

bMode

Returns the Worksheet object displayed in the currently active window. Returns NULL if no windows are active.

objMC

A Mathcad application object.

Remarks

This property is equivalent to calling objMC.ActiveWindow.Worksheet.