Window.Activate (Word)
Aktiviert das angegebene Fenster.
Sub NextWindow()
'Two or more documents must be open for this statement to execute.
ActiveDocument.ActiveWindow.Next.Activate
End Sub
Aktiviert das angegebene Fenster.
Sub NextWindow()
'Two or more documents must be open for this statement to execute.
ActiveDocument.ActiveWindow.Next.Activate
End Sub