Thread
: [Solved]
VBA highlight if value less than 10
View Single Post
02-28-2024, 01:33 AM
Shelley Lou
Windows 10
Office 2016
Expert
Join Date: Dec 2020
Posts: 259
VBA highlight if value less than 10
Hi Vivka, the second option seems to work which I changed to accommodate non breaking spaces also. Many thanks for responding.
Code:
.text = "<[0-9][ ^s]" & Split(StrFndB, ",")(i)
Shelley Lou
View Public Profile
Find all posts by Shelley Lou