setprintquality

G

Guest

hi,

Run-time error '1004':

"Unable to set the PrintQuality property of the PageSetup class."

when I run the below code, I get above error, for this there is hotfix but
from where I can download it ?
http://support.microsoft.com/kb/903246 no file in this link

Sub SetPrintQuality()

For Each xSheet In ActiveWorkbook.Sheets
xSheet.PageSetup.PrintQuality = 300
Next xSheet

End Sub
 
G

Gord Dibben

If you were to read ALL the text on the site you posted below you would find a
link to obtaining the HotFix from MS support.

To resolve this problem immediately, contact Microsoft Product Support Services
to obtain the hotfix. For a complete list of Microsoft Product Support Services
telephone numbers and information about support costs, visit the following
Microsoft Web site:
http://support.microsoft.com/contactus/?ws=support

Note: also carefully read the part about prerequisites for installing the HotFix


Gord Dibben MS Excel MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top