Hi,
Can I store an object (Range) as a Const? I get a compile error with “Const myR = Range(“B2″).Value”
For instance, I want to store the value in cell B2 and preserve it for use in other subs in the same project!
If it is possible, please show me how to Code it! Tx