Dear Excel Guru's,
I've got a delimma here. I've got a customized print macro that uses a userform to display all pages in a workbook that 1: have information on them and 2: are not hidden. The user simply checks off the sheets they want to print via checkboxes in the list, and then clicks "print".
What I'd like to do is also give the user the option to check off which printer they'd like the job to be sent to, as we've got about 5 different printers here each with their own area of specialty.
This may sound redundant with the already built-in print menu for excel, but the utility of this menu here has become pretty important.
I'm just looking for a snippet of code to get me off the ground on this one: something that detects the installed printing devices on the PC, if possible????
I've got a delimma here. I've got a customized print macro that uses a userform to display all pages in a workbook that 1: have information on them and 2: are not hidden. The user simply checks off the sheets they want to print via checkboxes in the list, and then clicks "print".
What I'd like to do is also give the user the option to check off which printer they'd like the job to be sent to, as we've got about 5 different printers here each with their own area of specialty.
This may sound redundant with the already built-in print menu for excel, but the utility of this menu here has become pretty important.
I'm just looking for a snippet of code to get me off the ground on this one: something that detects the installed printing devices on the PC, if possible????