View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 10,593
Default Excel After Close?

Bit tricky, the workbook that the code will be in would then be closed.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Dev" wrote in message
...
I want to execute a macro after workbook closes? There is an event
"ThisWorkbook_WorkbookBeforeClose" but not Workbook After close..

Does anyone how to execute a macro ****after**** workbook close?

Any idea is really appreciated!!

Thanks!!