I’m trying to modify a macro for someone. Part of the macro goes through Page Setup. When run, it keeps hitting an error when it gets to the PrintQuality line. Originally, the line was:
.PrintQuality = 600
Unfortunately, the new printer she switched to uses High, Medium, Low and Draft as PrintQuality. I tried using:
.PrintQuality = xlLow
but the macro still hits the error. Does anyone know what I would set .PrintQuality as to achieve the Low setting?
As a side note, my co-worker just switched printers from an HP LaserJet to a Xerox Document Center.
Any help is much appreciated!
Thanks!