View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 10,593
Default format sheet with color

If Range("B1").value 295 Then

Cells.Interior.Colorindex = 2
End If

or you could use conditional formatting, but it might be quite an overhead.

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)



"Brent" wrote in message
...
How can i assign a macro to change the color of the whole sheet based on a
value?
ex if b1 295 change the sheet to red?
Thanks
--
Brent