Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have two requirements i'm not sure how to handle.
The first is that I need to delete all files in a directory. I want to tell Excel the path and delete *.* in that directory. The second is that I need to call an external application. It is a basic .bat file, but I amunsure how to call it from VB. Thanks Kevin |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
kill "C:\Myfolder\*.*"
look in help at the shell command (vba help) -- Regards, Tom Ogilvy "Kevin" wrote in message ... I have two requirements i'm not sure how to handle. The first is that I need to delete all files in a directory. I want to tell Excel the path and delete *.* in that directory. The second is that I need to call an external application. It is a basic .bat file, but I amunsure how to call it from VB. Thanks Kevin |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Interacting with 2 different excel files | Excel Discussion (Misc queries) | |||
Problem interacting between VB.NET and VBA6 with Excel 2003 | Excel Discussion (Misc queries) | |||
Interacting with Explorer | Excel Programming |