View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
dominicb
 
Posts: n/a
Default Download from the Internet into Excel


Good morning Edward

Will a macro suffice?

Sub Test()
Workbooks.Open Filename:="http://www.myweb/xlfiles\myfile.xls"
End Sub

HTH

DominicB


--
dominicb
------------------------------------------------------------------------
dominicb's Profile: http://www.excelforum.com/member.php...o&userid=18932
View this thread: http://www.excelforum.com/showthread...hreadid=485798