View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
jasonsweeney jasonsweeney is offline
external usenet poster
 
Posts: 1
Default how do I: click in cell and make it change color?

Ok VBA prgs....

I need this solution:

A person left clicks on a cell that already has text in it. I need
that cell to (1) change color, and (2) generate a value (in a different
cell) because the person clicked in the text cell (can be value of 1 or
0).

For example, in Column A, in cells 1-12 I write in the months of the
year. If a person clicks on the cell containing "March" (cell A3) I
want that cell to change to the color yellow, and in cell B3 the number
"1" is entered.

Any ideas?


---
Message posted from http://www.ExcelForum.com/