MarcMellor
Programmer
I want to be able to open word from my VB program I am working on to be able to use it as a text editor. I can get it maximised - MSWord.WindowState = wdWindowStateMaximise or minimised, but nothing in between ( with wdWindowStateNormal it seems to be minimised). I need to be able to set its Top, Left, Height and Width properties so that other controls can be seen by the user at run time but with MSWord.Top = 1000 etc it either remains minimised or returns an error saying it is maximised.
Any ideas?
Any ideas?