SendModelessOperationStart Method (ActiveX)

Indicates a modeless operation will start.

Supported platforms: Windows only

Signature

VBA:

object.SendModelessOperationStart Context
object

Type: Utility

The object this method applies to.

Context

Access: Input-only

Type: String

The text value for the SendModelessOperationEnded method to return after the modeless operation has ended.

Return Value (RetVal)

No return value.

Remarks

No additional remarks.

Examples

VBA:

Not available

Visual LISP:

Not available