View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Gord Gord is offline
external usenet poster
 
Posts: 86
Default execute .acsup script from VBA macro

See Shell Function in VBA help.


Gord Dibben Microsoft Excel MVP

On Thu, 15 Sep 2011 11:53:41 -0700 (PDT), Matthew Dyer
wrote:

Good Morning Guys! and Thank You in advance for your help. Here's my
question:

I have a macro that runs through a list of .txt files created from a
avaya cms script. What i would like to do is to only have to run the
macro and have the macro run the script then run through the data
instead of having to first run the script and THEN run the macro.

I've found that just double-clicking on the script will allow it to
run without any issue, so i don't need to specifically run it via the
cms menus.

How can i execute a file (like double clicking on it) via VBA?