word 2000

M

MW

Upon typing a document, my page is invisible. What do I need to do to be able to see what I am typing?
 
G

Guest

Is not clear for me what you mean.

If you mean that you can see the Word window then just:

objWord.Visible = true

Where objWord is:

Dim objWord as Word.Application

hth
 
Top