View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
A-DESIGN A-DESIGN is offline
external usenet poster
 
Posts: 40
Default Open a file from excel-2

Can anyone please tell me how should I write my codes to open a file like
the example below?what ever I tried ,this doesn't work.

Sub test_1()

FILEOPEN = Shell ("c:\Program Files\EC55\EC55.EXE" &
"\\Server\job-dwg-calc\2004\A3-ENERCALC\04021.ecw", vbMaximizedFocus)

End Sub