Hello, I'm trying to open the Microsoft Word Application and i get that error that's in the title

Code:
Private Sub Form_Load()
    Open "D:\Pogram Files\Microsoft Office\OFFICE11\WINWORD.EXE" For Output As #2 (Error on this line)
End Sub
Can anyone please help me on this?

Plus, is there anyway to open the direct path or Program without using the Start > All Programs by using Visual Basic?