need more than just 3 conditional formatting.

A

Abdul

I have certain cells that have data validation so that the user can only
input data that is listed on the same sheet on some other part of it.
the list contains 26 items not including the title, each one has it unique
cell formatting.
when the user tries to input data in the cells defined above, he gets to
choose one of the 26 items using a drop down arrow on the cells.
what I want now is:
when he selects one of the items the format of the cell should be changed so
that it would be exactly the same format saved on the items list.
it would be easy if I had more than just 3 conditional formatting, using
"Formula is" etc. too bad I only can do it using this method.
 
J

JLGWhiz

You can use worksheet-change event in combination with a select case
statement and list as many conditions as you want.
 
A

Abdul

I saw it under VB help, but the example shown in there doesn't include how to
change patterns or fill color.
more help is appreciated.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top