View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ed White Ed White is offline
external usenet poster
 
Posts: 34
Default how to find URL in Excel 2007

I recently upgraded from Excell 2003 to 2007. When I go to a website that has
a link to download data into Excel, and click on the link, and click to open,
Excel opens up with the data. In the 2003 version, the upper part of the
Excel screen would tell me which URL I just downloaded. I could then copy
the URL and navigate to it directly from Excel using the
workbook.open(filepath) command (with the URL as the filepath). In Excel
2007, I cannot find how to display which URL I just downloaded. How do I do
this?
--
Ed