View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Don Guillett[_4_] Don Guillett[_4_] is offline
external usenet poster
 
Posts: 2,337
Default Code that runs each time AFTER a sheet is cut off the book

Use the sheetdeactivate event in the ThisWorkbook module

"keks" wrote in message
...
I know that there is basicly a possibility to write a code that
will be executable each time BEFORE some event occurs.
What i came across now is the need to have a code that will
make changes to a book each time AFTER any sheet is cut
off it? Is it possible in princple? If so, maybe someone might
help me? great thatnxxx in advance, guys