View Single Post
  #10   Report Post  
Posted to microsoft.public.excel.programming
minimaster minimaster is offline
external usenet poster
 
Posts: 73
Default Cell color = Button face color. Possible?

or via VBA

ActiveWorkbook.Colors(15) = RGB(236,233,216)