View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
John Elink John Elink is offline
external usenet poster
 
Posts: 5
Default Download of the file from macro

Hi there

I can start the download of the file using the Workbook.Open
Workbooks.Open "ftp://ftp.my.com/1.zip"

However, how can I handle the error message in the case that the file
I am looking for (1.zip) does not exist?
Thanks a lot

Cheers
Johny