Hi,
I am looking for a macro (VBA) in Excel 2010 that when applied will search in Column A to find the keywords that are predefined in Column B and those that match will be bold and red color.
For the sake of providing an example below is the expected result when the macro is run:
<tbody>
[TD="class: xl66"][TABLE="width: 500, align: left"]
<tbody>[TR]
</tbody>[/TD]
[TD="class: xl66"][/TD]
[/TR]
[TR]
[TD="class: xl66"][/TD]
[TD="class: xl66"][/TD]
[/TR]
[TR]
[TD="class: xl66"][/TD]
[TD="class: xl66"][/TD]
[/TR]
[TR]
[TD="class: xl66"][/TD]
[TD="class: xl66"][/TD]
[/TR]
[TR]
[TD="class: xl66"]Thank you in advance for your cooperation!
[/TD]
[TD="class: xl66"][/TD]
[/TR]
</tbody>[/TABLE]
I am looking for a macro (VBA) in Excel 2010 that when applied will search in Column A to find the keywords that are predefined in Column B and those that match will be bold and red color.
For the sake of providing an example below is the expected result when the macro is run:
Description of the Items | Keywords |
System Production and Maintenance | Syst |
Information and CRM Module | Inform |
Hardware and Software Business Continuity Center | Hardware |
Electronic Equipment | Electro |
Data Center | CRM |
<tbody>
[TD="class: xl66"][TABLE="width: 500, align: left"]
<tbody>[TR]
</tbody>
[TD="class: xl66"][/TD]
[/TR]
[TR]
[TD="class: xl66"][/TD]
[TD="class: xl66"][/TD]
[/TR]
[TR]
[TD="class: xl66"][/TD]
[TD="class: xl66"][/TD]
[/TR]
[TR]
[TD="class: xl66"][/TD]
[TD="class: xl66"][/TD]
[/TR]
[TR]
[TD="class: xl66"]Thank you in advance for your cooperation!
[/TD]
[TD="class: xl66"][/TD]
[/TR]
</tbody>[/TABLE]