View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Milo Milo is offline
external usenet poster
 
Posts: 1
Default How to detect another application

I want to know if another database (.mdb) is running. If
not, I want to start it from VBA.

How do I detect whether it is running or not?
How do I start another .mdb from VBA?