View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.programming
Mr Bunj[_2_] Mr Bunj[_2_] is offline
external usenet poster
 
Posts: 3
Default Code to close and reopen file

Have solved this one by writing a function which mimics the auto_open
function and then using the following as an option on their menu

Application.OnTime Now + TimeValue("00:00:02"), "on_opening"
ThisWorkbook.Close SaveChanges:=False