The place I work for has monthly numbers listed in an Excel spreadsheet. Every month my coworker has to find every row with the phrase Jacobs Eng QP
and highlight the row manually. Is there a macro that could do this for me?
相关问题
- Excel sunburst chart: Some labels missing
- Error handling only works once
- Error handling only works once
- Excel formula in VBA code
- Excel VBA run time error 450 from referencing a ra
相关文章
- Get column data by Column name and sheet name
- programmatically excel cells to be auto fit width
- Unregister a XLL in Excel (VBA)
- Unregister a XLL in Excel (VBA)
- How to prevent excel from truncating numbers in a
- numeric up down control in vba
- Declare a Range relative to the Active Cell with V
- What's the easiest way to create an Excel tabl
have you tried HOME->Conditional formatting -> Highlight Cell Rules -> Text that contains ?
Select range
Click
Conditional Formatting
in the ribbon.then
Equal to
and type Jacobs Eng QP in the input box.VBA user-friendly solution
Additional resource:
I would use custom formatting combined with a formula like INSTR() - I cannot guide you because my office Version uses totally diffferent keywords ( I love the translation of office...)