Setting CONST referencing a cell Value
I've been trying to enter
CONST celladdress as STRING = sheets("mysetup").Range("E13").value
' E13 on my sheet mysetup contains the value "G1" (without the
quotes)
I'can't seem to accomplish this. Am I doing something wrong?
TIA,
Jim
|