D
dixie
I have a mailmerge set up in MSAccess which opens an instance of word.
Sometimes, Word opens and is only visible as a tiny triangle in the top left
corner of the screen. It is then difficult to open it up.
1. What causes this?
2. How can I prevent it.
The two relevant lines of my code that open the instance of word are:
objword.Application.Visible = True
objword.Mailmerge.Execute
How can I ensure that the window with Word in it opens maximised?
dixie
Sometimes, Word opens and is only visible as a tiny triangle in the top left
corner of the screen. It is then difficult to open it up.
1. What causes this?
2. How can I prevent it.
The two relevant lines of my code that open the instance of word are:
objword.Application.Visible = True
objword.Mailmerge.Execute
How can I ensure that the window with Word in it opens maximised?
dixie