S Sarankbm New Member Jun 12, 2017 #1 Hi Friends, i have write a word one column one by one.in string between one special character ex: sa?ran, arun/kumar. i will be highligted that word .what kind of VBA code used. FYI Please find attached to the file Attachments Example.xlsx 9.5 KB · Views: 4
Hi Friends, i have write a word one column one by one.in string between one special character ex: sa?ran, arun/kumar. i will be highligted that word .what kind of VBA code used. FYI Please find attached to the file
B bosco_yip Excel Ninja Jun 12, 2017 #2 Try to use Conditional Formatting as in : Select A1:A100 >> Conditional Formatting >> New rule >> Use a formula >> formula : =OR(MID(A2,ROW(INDIRECT("1:"&LEN(A2))),1)<"a") >> Format >> cell font color choose "red" >> OK Regards Bosco Last edited: Jun 12, 2017
Try to use Conditional Formatting as in : Select A1:A100 >> Conditional Formatting >> New rule >> Use a formula >> formula : =OR(MID(A2,ROW(INDIRECT("1:"&LEN(A2))),1)<"a") >> Format >> cell font color choose "red" >> OK Regards Bosco