Mega Code Archive

 
Categories / VisualBasic Script / Application
 

Application Path

Sub main()     MsgBox Application.Path & "\EXCEL.EXE" End Sub