I have complex formula calculating the value of a cell and it calculates the value for me.
I want to get rid of the formula from the cell and want to retain the calculated value.
I have :
Dim range As Excel.Range = getRange()
For Each cell in range
' What should do to retain the value and...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.