View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Confused Excel Fan Confused Excel Fan is offline
external usenet poster
 
Posts: 1
Default Running a macro Upon Closing

I have figured out the code to run Excel in Full Screen mode and get it to
have a "non excel" look to it. I want to run the reverse code however upon
closing excel. What code should I use to get a macro to run as I close the
program down.
Private Sub Workbook_Close() ???
Private Sub Auto_Close() ???

Or somethine entirely different. Thanks!
Chris