View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jim Cone Jim Cone is offline
external usenet poster
 
Posts: 3,290
Default Checking File Attributes of Excel CSV over Inter/Intra Net

Nick,

Why not check the DateLastModified attribute of the file and
compare that to the last time you looked at it?

Jim Cone
San Francisco, USA


"UBER_GEEK" wrote in message
oups.com...

I have been reading up on DSO for closes files, and
BuiltinDocumentProperties but none seem to work over the web.
I have to check a CSV every morning at random times to see if its
updated, and instead of making sloppy code to save yesterdays results
and bash against today's results, I was wondering if there were a more
efficient way.
Anyone have any insight to this problem??

Thanks,
Nick