.PrintQuality = 600
That sounds like something that would be dependent on the capabilities of the
print driver for the default printing device. If you (or she) manually sets
up a document to print, what is the default printer, and what is it's highest
available resolution? Most modern printers allow for higher resolution, but
older printers, generic print drivers, or "electronic document" print drivers
may be limited to a lower number (300?).
Possible workaround:
<code
..printquality = 300
on error resume next
..printquality = 600
on error goto 0
<code
HTH,
Keith
"Miskacee" wrote:
I have a spreadsheet which runs fine whenever i run it. whenever someone
runs it, they get an error on : .PrintQuality = 600 and says unable to set
the print quality property of the page setup class. i compared her
option/setup and all is the same as what i have. any suggestions on why the
person is getting this error?
Thanks for your help!
|