View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ibeetb ibeetb is offline
external usenet poster
 
Posts: 67
Default Opening Excel remotely

I have an Excel file on a network which happens to be on a different machine
than the Excel Application I want to open this file

What code would launch the Excel app automatically ( without user
intervention) that is on the network as well as then go and open this excel
file which is also on the network but in a different location from the Excel
App. I thought CreateObject but that doesn't seem to do it

Thanks