View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Sam Dickins Sam Dickins is offline
external usenet poster
 
Posts: 1
Default closing workbook

hello people,

in my workbook code, I can make things happen when the
book starts up using...
Private Sub Workbook_Open()

It may be a simple question, but how do I do the opposite
for when the workbook closes?

thanks a lot you clever folk,

Sam