Hello everyone,
I need your help with controlling printing jobs. I'm trying to batch print a collection of Excel files. I send them to printer in a loop, using PrintOut method of Range object. I'm using ranges rather than printing entire file because not all pages of Excel file are to be printed.
I need next file, or range to start printing only when the previous has been printed. Is there a way I could do that? Simple sample code would be greatly appreciated.
Thank you in advance.
I need your help with controlling printing jobs. I'm trying to batch print a collection of Excel files. I send them to printer in a loop, using PrintOut method of Range object. I'm using ranges rather than printing entire file because not all pages of Excel file are to be printed.
I need next file, or range to start printing only when the previous has been printed. Is there a way I could do that? Simple sample code would be greatly appreciated.
Thank you in advance.