Originally Posted by The Webster
Thank you for your coding. As I used the macro one result became clear. The value of equation does not appear. For instance.....
If , in cell (AA4), I place the equation........... '=+'Chem Engrg'!D5
.....then if I use the macro, the equation does not calculate to the value in cell D5 from Sheet 'Chem Engrg'.
.....nor does pressing [F2] and then [F9] , with cursor placed on cell, change the equation to a value. The equation..... '=+'Chem Engrg'!D5 remains.
If however, in another cell, I write........... =right(AA4,17)
the cell will give me the equation............ =+'Chem Engrg'!D5
....then when I place my cursor on the new equation and press [F2] and then [F9], the value of cell 'Chem Engrg'!D5 appears. (real number 123.1)
The macro does not remove the " ' " from the text '=+'Chem Engrg'!D5
There may be an easier way to produce the desired result. However, I do not know of Visual Basics capabilities.
How do I tweek the macro to allow the value of the cell to apprear rather than the equation?