Posted 26 January 2021, 9:59 am EST
Hi,
How do you modify the code below to also highlight partial string match?
If C1AOP5(e.Row, e.Col) = FormGlobalMain.TextBox1.Text Then
e.CellStyle.BackColor = Color.Red
e.CellStyle.ForeColor = Color.White
End If
Thanks,
Victor