Thread
:
running command line programs from Excel
View Single Post
#
5
Posted to microsoft.public.excel.programming
teepee
external usenet poster
Posts: 103
running command line programs from Excel
Sub runbat()
Call Shell(Environ$("COMSPEC") & " /c c:\mybat.bat", vbNormalFocus)
End Sub
Reply With Quote
teepee
View Public Profile
Find all posts by teepee