View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
david mcritchie david mcritchie is offline
external usenet poster
 
Posts: 691
Default ? ABTAIN FILE ATTRIBUTES WITH MACRO

See
http://www.mvps.org/dmcritchie/excel/properties.htm

and a similar page on Chip Pearson's site
http://www.cpearson.com/excel/topic.htm

Be aware that almost anything will cause the workbook to change
like volatile functions =TODAY()
and ask to be saved.
---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

"SUNIL" wrote in message ...
Hi ,

is it possible to get an open excel file's attributes via macro e.g last
modified date or created date.

Thanks