txgeekgirl
Registered User.
- Local time
- Today, 06:38
- Joined
- Jul 31, 2008
- Messages
- 187
I am not sure if VBA has this capability - something like
A = PICKONE(InCode, "String 1", "String 2", "String 3", "String 4")
so that if InCode = 2 it would choose String 2

A = PICKONE(InCode, "String 1", "String 2", "String 3", "String 4")
so that if InCode = 2 it would choose String 2
