View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Chip Pearson Chip Pearson is offline
external usenet poster
 
Posts: 7,247
Default Addin Modified date/time

Tony,

ThisWorkbook.BuiltinDocumentProperties("Last Save Time").Value


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com




"Tony McGee" wrote in message
...
Hello all

I have written an Excel addin that does everything I want it to
do.

I have included an about box & was wondering if the date/time
last modified
property of the addin file is avaialble or accessible to use as
"version
information" in the about box to save me having to manually
update a value
every time I make a change?

Thanks
Tony McGee