View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Keith Keith is offline
external usenet poster
 
Posts: 262
Default how do I use VBA to set background of a cell

Hello,

Using the following basic syntax

Worksheets("Sheet1").Range("A1").Value

How would I sent the of the cell ranges to yellow (or any other color)

Keith