Thread: Printing
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Vitalya Vitalya is offline
external usenet poster
 
Posts: 2
Default Printing

Hi all,
Can I cancel Excel printing according the user selection in the Printing
Dialog.
For example: I want to cancel printing for specific printers.
I write C++ COM ADD-In.
I implement WorkbookBeforePrint method, but it called before user selection
in the Printer Dialog.