M
Mark b.
I'm trying to set up a macro that will update the reference to a anamed range
within a formula.
For example, cell A1 contains a value of "LastName" which also happens to be
a named range.
Cell B1 contains the formula "=Count(LastName)"
When I change the value of A1 to the name of another named range, i.e.
"Address", and run the code, I want the formula in B1 to change to
"=Count(Address)"
Ideas?
within a formula.
For example, cell A1 contains a value of "LastName" which also happens to be
a named range.
Cell B1 contains the formula "=Count(LastName)"
When I change the value of A1 to the name of another named range, i.e.
"Address", and run the code, I want the formula in B1 to change to
"=Count(Address)"
Ideas?