View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Kevin Kevin is offline
external usenet poster
 
Posts: 21
Default Interacting outside Excel

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