Converting formulas to value
Posted by Mary Beth on January 08, 2001 8:18 AM
I am trying to hardcode my formula so that the cell refrences are removed but the numbers in the calculation are shown. An example is below:
A1=1000
B2= 3000
Formula is =A1+B2 (screen shows 4000)
What I want to do is to write VBA code that will hardcode my formula so that the formula bar will now show =1000+3000 and the screen shows 4000.
Thoughts??