View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] unkwb@web.de is offline
external usenet poster
 
Posts: 3
Default VBA determine download URL

If an Excel file is provided from a WebServer, is there a chance to
determine the URL which I have downloaded the file from.

Example: File comes from http://www.server.com/excel/myexcel.xls and
after it opens it starts a VBA which knows the file has been
downloaded from http://www.....

Thanks for the help



HW_EXCEL