Addin Modified date/time

T

Tony McGee

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
 
C

Chip Pearson

Tony,

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


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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top