Description
Activates the first window associated with the document.
Syntax
| Visual Basic |
|---|
Public Sub Activate() |
Example
Private Sub ActivateExample()
' The following example successively activates each open drawing.
For Each doc In Application.Documents
doc.Activate
MsgBox "The following document is active: " & doc.Name
Next doc
End Sub
en
italiano
čeština
Deutsch
français
hrvatski
magyar
polski
српски
русский
中文
中文
한국어
español