View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jim Cone Jim Cone is offline
external usenet poster
 
Posts: 3,290
Default Execute code after printing with the BeforePrint event

mikeburg,

Rob Bruce has a technique here...
http://www33.brinkster.com/rbad/defa...page=newevents

Jim Cone
San Francisco, USA


"mikeburg" wrote in message

Does anyone know of a way to print at a certain place in BeforePrint
Event?
I tried using cancel = True, but it prevents printing from the VBA
code. In other words, the is still some VBA code to execute after
sending documents to the printer.
Thanks for all you help. mikeburg--
mikeburg