View Single Post
 
Old 02-27-2024, 01:47 PM
vivka vivka is offline Windows 7 64bit Office 2016
Expert
 
Join Date: Jul 2023
Posts: 302
vivka is on a distinguished road
Default

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)
Reply With Quote