View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Harald Staff Harald Staff is offline
external usenet poster
 
Posts: 292
Default Workbook Last Write Date Time

Hi Yong

Try
ThisWorkbook.BuiltinDocumentProperties("Last Save Time")

HTH. Best wishes Harald

"Yong" skrev i melding
...
Hi

In the Workbook_Open() event handler I want to check the last write date

time of the workbook. But I always get the current date time. I suspect this
event handler occurs after the workbok has been opened. Any idea to get the
last write date time of a workbook when opening it?

Thanks

Yong