Thread
:
need code to run when user changes value in cell
View Single Post
#
1
Posted to microsoft.public.excel.programming
Don Guillett
external usenet poster
Posts: 10,124
need code to run when user changes value in cell
Use a worksheet_change macro with a select case statement within.
--
Don Guillett
SalesAid Software
"Grd" wrote in message
...
Hi everyone,
I need to change the color of a cell based on the value the user types in
the cell.
In this cell B2. If they type ON then it should be blue, BC red, AL
yellow,
NS green and PEI pink. I can't use conditional formatting from the menu
because its only got three conditions I could be using many more.
Also I don't know how code can run automatically when a person changes the
value of a cell in a sheet.
Could anyone help
Thanks
Suzanne
Reply With Quote
Don Guillett
View Public Profile
Find all posts by Don Guillett