Start notepad.exe with a file
Start notepad.exe with a file
Rate Start notepad.exe with a file
(1(1 Vote))
Dim dname As String
Dim prog As String
dname = "c:\test.txt" 'your file position
prog = "Notepad.exe" 'programm
Shell prog & " " & dname, vbNormalFocus 'shell programm+file as vbNormalFocos
End Sub
Start notepad.exe with a file Comments
No comments yet — be the first to post one!
Post a Comment