Bring Word Window to Front (2 Viewers)

ted.martin

Registered User.
Local time
Today, 06:36
Joined
Sep 24, 2004
Messages
743
I have Access creating a Word document in the normal way using the Word Object method. When the word document opens it stays behind the Access Application. How can I use VBA to bring it to the front? Thank you.
 

ted.martin

Registered User.
Local time
Today, 06:36
Joined
Sep 24, 2004
Messages
743
Got It !!
myDoc.Application.Activate
myDoc.Application.WindowState = wdWindowStateMaximize

Thanks anyway.
 

Users who are viewing this thread

Top Bottom