View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Raul Raul is offline
external usenet poster
 
Posts: 86
Default Open Workbook using URL instead of network path

I have been using Workbooks.Open "path....." to open a workbook, but now I
need to be able to open a workbook in a portal database. Can anyone tell me
how to go about doing this?

The old way: Workbooks.Open
"P:\MODULE\Area\REPORTS\ProductionData\PRODdata050 6.xls"

New URL:
"http://company/site/area/Production%20Data/PRODdata2005-2006.xls"

Thanks in Advance,
Raul