K
kittronald
In a macro, how can you take the evaluated value of the defined name,
"Name1", in Book1.xlsb and write it to the .Refersto field of the defined
name, "Name2", in Book2.xlsb ?
In Book1.xlsb, the defined name "Name1" has a Refersto field of
=SUM(1,1)
In Book2.xlsb, the defined name "Name2" should have a value of "2"
written to it.
kittronald
"Name1", in Book1.xlsb and write it to the .Refersto field of the defined
name, "Name2", in Book2.xlsb ?
In Book1.xlsb, the defined name "Name1" has a Refersto field of
=SUM(1,1)
In Book2.xlsb, the defined name "Name2" should have a value of "2"
written to it.
kittronald