View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Michelle Michelle is offline
external usenet poster
 
Posts: 204
Default Looking for a 'Close Print Preview' event

I want to alter a sheet when the user goes into print preview (no problem
with that - I use the BeforePrint event)

But I want to put it back to normal when the user closes print peview. Is
there an event I can use to put it back? - a sort of 'AfterPrintPreview'
event.

Thanks

M