sparkyrose
Programmer
Hi all,
I have a simple one-liner that I use to print highlighted selections from worksheets, and I want these to always print to my local printer (which is also the default printer). The problem I have is that if I have previously printed to another printer, that is the ActivePrinter, and my selection goes there.
Is there something I can put before this to reset the ActivePrinter to my default?
Thanks in advance
I have a simple one-liner that I use to print highlighted selections from worksheets, and I want these to always print to my local printer (which is also the default printer). The problem I have is that if I have previously printed to another printer, that is the ActivePrinter, and my selection goes there.
Is there something I can put before this to reset the ActivePrinter to my default?
Code:
Selection.PrintOut Copies:=1, Collate:=True
Thanks in advance