G
Guy Cohen
Hi all
In the past this code worked - now it does not.
WHY?
I get rte 4601.
===========
Dim objOffice As Word.Application
Set objOffice = New Word.Application
objOffice.WindowState = wdWindowStateMinimize
Call objOffice.Activate
===========
TIA
Guy
In the past this code worked - now it does not.
WHY?
I get rte 4601.
===========
Dim objOffice As Word.Application
Set objOffice = New Word.Application
objOffice.WindowState = wdWindowStateMinimize
Call objOffice.Activate
===========
TIA
Guy