Printing in Color

rvhancock

New Member
Joined
Jun 1, 2012
Messages
1
We have a Ricoh Aficio 4000 Printer (color). Company has set printer to print black and white. To print a document that has multiple tabs in color, I have to preview each worksheet in the workbook, change it from black and white to color. For worksheets with 20+ tabs, it's a hassle. Looking for add-in or macro to change all worksheets to color. Can anyone help?
 

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
Welcome to the Forum,

Why not add a line of code that will activate the printer setup and then just it once then print all the sheets in colour.

<font face=Courier New><SPAN style="color:#00007F">Sub</SPAN> showM()<br> Application.Dialogs(xlDialogPrinterSetup).Show<br><SPAN style="color:#00007F">End</SPAN> <SPAN style="color:#00007F">Sub</SPAN></FONT>
 
Upvote 0

Forum statistics

Threads
1,203,501
Messages
6,055,766
Members
444,821
Latest member
Shameer

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top