I have a list of strings and numbers that go with them.
I'm sending the string to a Function to return the Number and
was using Select Case but have an idea there's something better.
I tried Enum. Can I use the variable name though, or must be a literal ?