Quantcast
Channel: Change font color for specific char in a cell range - Stack Overflow
Browsing all 2 articles
Browse latest View live

Answer by shahkalpesh for Change font color for specific char in a cell range

Sub ChangeColorIfMatchesCondition(byval cell as Range)Dim i As IntegerDim FindChar As StringDim SearchString As StringSearchString = cell.ValueFindChar = Chr(182)For i = 1 To Len(SearchString) If...

View Article



Change font color for specific char in a cell range

I would like to change the font color for a specific character within a range of cells. I figured out how to do this for a single cell (code attached), but I can't figure out how to do it over a full...

View Article
Browsing all 2 articles
Browse latest View live




Latest Images