F
Fan924
For the following, I need to crop away the letters with a macro, excel
97
VWXY1234567Z
CropIt = Right(Liscence, 8)
1234567Z
How do I crop away the "Z" leaving only
1234567
97
VWXY1234567Z
CropIt = Right(Liscence, 8)
1234567Z
How do I crop away the "Z" leaving only
1234567