Ben
2008-10-25 00:02:01 UTC
Hi All,
I am using very simple MS Word API code to launch MS Word (2003), and it is
only creating the WinWord.exe but does not actually launch MS Word:
Private Sub Command1_Click()
Dim newApp As Word.Application
Set newApp = New Application
newApp.Visible = True
End Sub
This works fine on other machines with MS Word, but there are two machines
that just creates the WinWord.exe process, but MS Word never launches. I
have tried repairing MS Word on one of the machines without success. I
checked virus software settings however nothing seems to have changed to
cause this problem. Any ideas? Thanks in advance,
I am using very simple MS Word API code to launch MS Word (2003), and it is
only creating the WinWord.exe but does not actually launch MS Word:
Private Sub Command1_Click()
Dim newApp As Word.Application
Set newApp = New Application
newApp.Visible = True
End Sub
This works fine on other machines with MS Word, but there are two machines
that just creates the WinWord.exe process, but MS Word never launches. I
have tried repairing MS Word on one of the machines without success. I
checked virus software settings however nothing seems to have changed to
cause this problem. Any ideas? Thanks in advance,