Hi ,
I am doing the job for the first rule ; you can follow the same principle for all the others.
Define a named range to cater to the search expression ; I have defined the named range SearchFor , and in the Refers To box , I have entered :
={"D70","E70","KDL70","LC70","LC-70","M70","PNC70","PNL70","PNR70"}
The CF rule is now :
=OR(ISNUMBER(SEARCH(SearchFor,$C3)))
This is the rule that will have to be implemented in VBA ; this I have done.
There is still one problem , which is that when you run the macro , the CF rule is being added but is not being applied. I have read about this on the net , but I don't have the time at present to go through it in detail.
What I have seen is that if you click on Conditional Formatting , edit the rule and then press OK without making any changes , the rule is applied.
If you can check it out , please do so , otherwise I will come back on this in the next few days.
Narayan