conditional formatting color
Sorry took so long to get back to you. Worked picked up and not able to work
on this.
Everything works great. Thank you so much for your help.
"Sandy" wrote:
My boxes in the upper left corner now clears color when macro runs. I
e-mailed a copy of my file. Hope this helps explain a little better. Thanks.
"Sheeloo" wrote:
Use this to clear the colors
Sub ClearCells()
For i = 7 To 39
For j = 3 To 25
Cells(i, j).Interior.ColorIndex = 0
Next j
Next i
End Sub
"Sandy" wrote:
The formula worked until I deleted my date. The color stayed. When I
scrolled throught more years, the color formatting stayed on that specific
day even thought there weren't any dates. Any suggestions?
|