View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mac Lingo Mac Lingo is offline
external usenet poster
 
Posts: 11
Default How do I start a Process I can then communicate with from VBA

I have an application in Excel where I execute FTP Commands in a CMD in a
Shell. This requires re-establishing the connection every time I want to
issue a new command.

Is there a way I could start a stand-alone FTP process from Excel/VBA, then
send it commands to be executed from Excel, and finally close it?

Thanks,
Mac
Berkeley, CA