D
Derek Hart
I am opening Word from other vba programs, Excel, Access, etc... I cannot
get it to load with focus. It worked perfectly in Word 2003, but Word 2007
stays in the background when opening.
I am using:
objWord.Visible = True
objWord.Activate
objWord.WindowState = 1 'maximized
Any suggestions?
get it to load with focus. It worked perfectly in Word 2003, but Word 2007
stays in the background when opening.
I am using:
objWord.Visible = True
objWord.Activate
objWord.WindowState = 1 'maximized
Any suggestions?