U
unklevo
I am trying to programaticaly set word application visible=true and it does
not let me.
Dim WordApp As Word.Application = Nothing
WordApp = New Word.Application
WordApp.Visible = True
I am using vb.net 2005 and word 2007
I used to be able to do it easly with word 2003
Any ideas would appreciated.
Thank you
not let me.
Dim WordApp As Word.Application = Nothing
WordApp = New Word.Application
WordApp.Visible = True
I am using vb.net 2005 and word 2007
I used to be able to do it easly with word 2003
Any ideas would appreciated.
Thank you