AlexanderBB
Well-known Member
- Joined
- Jul 1, 2009
- Messages
- 2,072
- Office Version
- 2019
- 2010
- Platform
- Windows
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 ?
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 ?