Why not just use format>formula is>conditional formatting
=a2=$a$1 and format as desired>copy format using format painter.

Signature
Don Guillett
SalesAid Software
dguillett1@austin.rr.com
> Hi
> Is it possible to change the background color of a column of cells
[quoted text clipped - 13 lines]
>
> Charles
try:
Sub Charles()
cl = 2
rw = 2
Sheets("Sheet1").Cells(cl, rw).Interior.ColorIndex = 14
End Sub

Signature
Gary''s Student
gsnu200701
> Hi
> Is it possible to change the background color of a column of cells depending
[quoted text clipped - 12 lines]
>
> Charles
Charles - 15 Jan 2007 08:00 GMT
Thanks Garry
The method works fine if I run it in its own sub routine.
I need to call it every time the month changes and this I do using a combo
box.
The problem is that when I call it from the combo_click sub or even if I
add the code to the combo_click sub I get an error (Unable to use ColorIndex
procedure of Internal Class)
Charles
> try:
>
[quoted text clipped - 24 lines]
> >
> > Charles
Charles - 17 Jan 2007 06:11 GMT
Thanks Garry
The method works fine if I run it in its own sub routine.
I need to call it every time the month changes and this I do using a combo
box.
The problem is that when I call it from the combo_click sub or even if I
add the code to the combo_click sub I get an error (Unable to use ColorIndex
procedure of Internal Class)
Charles
> try:
>
[quoted text clipped - 24 lines]
> >
> > Charles
> try:
>
[quoted text clipped - 24 lines]
> >
> > Charles