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

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

Thank

Yong