Hello, I'm trying to open the Microsoft Word Application and i get that error that's in the title
Can anyone please help me on this?Code:Private Sub Form_Load() Open "D:\Pogram Files\Microsoft Office\OFFICE11\WINWORD.EXE" For Output As #2 (Error on this line) End Sub
Plus, is there anyway to open the direct path or Program without using the Start > All Programs by using Visual Basic?




Reply With Quote