Sorry if this ends up as a duplicate post. I did not see the last post on the forum after posting the first time:
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,
|
|