Hi
I'm trying to use VBA to work out what type of vehicle is supposed to be in a diagram.
So, for example:
AB1XX = Class 1
AB5XX, 6XX, 7XX = Class 2
BC 11X = Class 3
BC 12X = Class 4
CD 23X, 24X = Class 5.
I'm currently trying to use a Select Case statement, but the following doesn't work...