M
MachAngle
I want to use Excel VBA variables in modules and classes as "shorthand" for
the Range().Value2 property. I tried using declarations like:
Dim Variable As Double
Set Variable = Range("Cell Reference").Value2
Is there some way to use data binding in VBA to "link" a variable to a Named
cell property?
the Range().Value2 property. I tried using declarations like:
Dim Variable As Double
Set Variable = Range("Cell Reference").Value2
Is there some way to use data binding in VBA to "link" a variable to a Named
cell property?