View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Bryan_m[_3_] Bryan_m[_3_] is offline
external usenet poster
 
Posts: 1
Default How do I open a program(CADD) with VBA

works great
just changed it a bit to

shell("c:\WIN32APP\ustation\ustation.exe c:\WIN32APP\ustation\out\dgn\
& drawingtoopen & ".dgn")

the c drive in the filepath is just temporary because I don't have th
drawings uploaded to the server yet. (I didn't know you just had t
pass the pathname after the executable)

Thank you for your help, it is much appreciated

--
Message posted from http://www.ExcelForum.com