Thread
:
launching an external program or proceedure within vba
View Single Post
#
2
Posted to microsoft.public.excel.programming
Jim Thomlinson[_4_]
external usenet poster
Posts: 1,119
launching an external program or proceedure within vba
You can give this a try...
Sub LaunchProgram()
Shell "C:\Windows\Notepad.exe"
End Sub
--
HTH...
Jim Thomlinson
"Mark HOlcomb" wrote:
Can a lunch a proceedure or an .exe from vba?
Reply With Quote
Jim Thomlinson[_4_]
View Public Profile
Find all posts by Jim Thomlinson[_4_]