View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
hampster hampster is offline
external usenet poster
 
Posts: 3
Default By selecting a cell - change color in a range

I am trying to change the color in a range of cells that is triggered
by selecting a separate cell. Example-- select A1 and the range
d5:f10 changes to green. Select another cell - A2 and the previous
selection goes back to its original color and the range associated
with A2 is then changed to green. Etc.... This would be similar to
A1 being a button, but there will be data entered into A1. Any
advice???