PDA

View Full Version : print colour



aoc
05-01-2007, 01:23 PM
hi,

I want to print in black colour, what is the code ?

Sub printer()
[M1] = Date
ActiveSheet.PageSetup.PrintQuality = Array(-1, -1)
ActiveWindow.SelectedSheets.PrintOut Copies:=1


End Sub

aoc
05-01-2007, 01:46 PM
hi,

a cell background is yellow, but when I print the sheet , it must be seen white

mdmackillop
05-01-2007, 02:34 PM
File/Page Setup/Sheet/ Check Black and White

aoc
05-02-2007, 12:43 PM
I print from a command button not from the menu

mdmackillop
05-02-2007, 12:47 PM
So record a macro changing the settings.