View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
l. britton l. britton is offline
external usenet poster
 
Posts: 1
Default control other applications

i have an excel macro that has several variables with values
associated with them. I want to open another non office application
and send the variable values to that other application. the other
application was written in vba and shows on the macjine as xxxx.exe.
i can open the other application from the excel macro, but how do i
make it an object towhich i can send the data?
many thanks for any assistance.