In some Excel (2003) workbooks, when I attempt to print multiple sheets, Excel treats the sheets as separate print jobs. This fubars the excel automation app I've been writing since it causes Adobe PDF Printer to stop and ask the user for the second file name.
It looks like it might be something to do with the assigned print area of each page though clearing (or even resetting) the print area does not make a difference.
How can I force Excel to print all selected sheets as a single print job? (I'm using the virtual Adobe PDF Printer)
Barring that, how can I detect, in advance of printing, when Excel will treat one or more of the selected tabs as a separate print job?
I'm automating Excel 2003 with C3/.net3.5 and printing using the Adobe PDF Printer installed by Acrobat 7 Pro.