Hi,
Using Excel 365.
How do I evaluate a variable at run-time?
The code below is returning sp1, sp2, sp3
I am trying to evaluate the variable as Alpha, Bravo, Charlie,
Thanks
-w
Sub foo2()
Const sp1 As String = "Alpha"
Const sp2 As String = "Bravo"
Const sp3 As String =...