Thread
: [Solved]
VBA highlight if value less than 10
View Single Post
02-27-2024, 01:47 PM
vivka
Windows 7 64bit
Office 2016
Expert
Join Date: Jul 2023
Posts: 302
Hi! I didn't test it but hopefully it will work:
Code:
.text = " [0-9] " & Split(StrFndB, ",")(i)
or
Code:
.text = "<[0-9] " & Split(StrFndB, ",")(i)
vivka
View Public Profile
Find all posts by vivka