Is it possible to Evaluate a String which contains a valid Excel VB Constant\'s Name to return that Constant\'s Value?
eg
Dim ConstantName as Str
Is using the string value necessary?
Dim anyConstant as Long anyConstant = xlValues msgbox anyConstant
Set anyConstant to any xl constant you please, they are all enumerated Long values.
The first solution offered is indeed much more fun however.