I have a sheet of 800 rows and 260 columns (A1: IZ800) and each cell contains the data are very diverse.
I want to use VBA to look for in each cell the number of characters on the left before the x and if more than 4 characters are given red cell
if VBA is run results:
8654x4289 <- ignored
86x5862 <- ignored
739x19802 <- ignored
34587x231 <- cell marked in red
675368573x525 <- cell marked in red
675368573x525 <- cell marked in red
Any help is greatly appreciated
Thank you in advance
I want to use VBA to look for in each cell the number of characters on the left before the x and if more than 4 characters are given red cell
if VBA is run results:
8654x4289 <- ignored
86x5862 <- ignored
739x19802 <- ignored
34587x231 <- cell marked in red
675368573x525 <- cell marked in red
675368573x525 <- cell marked in red
Any help is greatly appreciated
Thank you in advance