View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
gocush[_18_] gocush[_18_] is offline
external usenet poster
 
Posts: 1
Default formula for changing cell color


Try:

Range("B5:B10").Interior.ColorIndex = vbYello

-----------------------------------------------
~~ Message posted from http://www.ExcelTip.com
~~View and post usenet messages directly from http://www.ExcelForum.com