Thread
:
Running .BAT file from within a macro...
View Single Post
#
5
Posted to microsoft.public.excel.programming
kkknie[_6_]
external usenet poster
Posts: 1
Running .BAT file from within a macro...
Use:
Shell ("C:\BatFile.bat")
You may need to wait a few moments to let it complete. Something
like:
Dim datWait as Date
datWait = Now() + 3/24/60/60
Do Until Now() datWait
Loop
K
---
Message posted from
http://www.ExcelForum.com/
Reply With Quote
kkknie[_6_]
View Public Profile
Find all posts by kkknie[_6_]