I have a macro that copies text from one document to another. The macro is started from the document from which I am trying to copy text. I am getting an error when the macro tries to return to a specific document window that is open while copying text from another document window.
It get an Error 91 - Object Variable or With Block variable not set when it lands on
ActiveDocument.ActiveWinodw.Next.Activate
The other odd thing is that it only is happening on one machine.
It get an Error 91 - Object Variable or With Block variable not set when it lands on
ActiveDocument.ActiveWinodw.Next.Activate
The other odd thing is that it only is happening on one machine.