A
acores
Hello.
I am designing an Access database which exports some information to MS Word.
I entered this vba lines in the export procedure:
Set objDoc = objWord.Documents.Add(strTemplate)
objWord.WindowState = wdWindowStateMaximize
However, when MS Word opens, the window only maximize horizontally, and not
vertically... Is it possible to force Word window to maximize in both
directions in order to fullfill all the display?
Thanks in advance.
I am designing an Access database which exports some information to MS Word.
I entered this vba lines in the export procedure:
Set objDoc = objWord.Documents.Add(strTemplate)
objWord.WindowState = wdWindowStateMaximize
However, when MS Word opens, the window only maximize horizontally, and not
vertically... Is it possible to force Word window to maximize in both
directions in order to fullfill all the display?
Thanks in advance.