Returns the currently active document in the WorkSpace.
Syntax
object.ActiveDocument
Properties
The ActiveDocument property syntax has this part:
Part |
Description |
object |
An object expression that evaluates to an object in the Applies To list. |
Remarks
ActiveDocument is a read-only property of type Object.
ActiveDocument and document objects accessed using Application.Documents hold objects for ActiveX Documents. These objects are called FixFileLink objects. To access the actual user document (picture, schedule, dynamo set), the FixFileLink object contains a Page property that is the OLE object for the actual user document.