Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() 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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Your wasting your time looking at DSO for this problem. That would only be
applicable to a document using the compound document format in Office. -- Regards, Tom Ogilvy "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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how do i save an excel graph as an image file for use on the inter | Charts and Charting in Excel | |||
Data value display attributes linked to table attributes | Charts and Charting in Excel | |||
File Attributes | Excel Programming | |||
File Attributes | Excel Discussion (Misc queries) | |||
file attributes via macro | Excel Programming |