View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
SixSigmaGuy[_2_] SixSigmaGuy[_2_] is offline
external usenet poster
 
Posts: 5
Default File size of web file via url

Is there anyway, programmatically with VBA in Excel 2003, that I can retrieve
the filesize of a file on our intranet when the file can only be accessed via
its URL?

I've tried using the FileSystemObject, FileLen, BuiltinDocumentProperties,
but nothing seems to work when the path to the file is a URL.

Thanks!