B
BHW
Hi,
Any idea why the following macro:
Sub NextWindow()
If Windows.Count > 1 Then ActiveDocument.ActiveWindow.Next.Activate
End Sub
returns the error: run-time error '91' Object variable or With block
variable not set
I'd like to assign a little-used key to this macro and then quickly
toggle between windows.
Thanks
Any idea why the following macro:
Sub NextWindow()
If Windows.Count > 1 Then ActiveDocument.ActiveWindow.Next.Activate
End Sub
returns the error: run-time error '91' Object variable or With block
variable not set
I'd like to assign a little-used key to this macro and then quickly
toggle between windows.
Thanks