Thread
:
Replace Formulas with Values
View Single Post
#
1
Posted to microsoft.public.excel.programming
GS
external usenet poster
Posts: 364
Replace Formulas with Values
Hi Mazo,
You could try this:
With Range("C6:C900")
.FormulaR1C1 = "=R[-2]C+R1C6"
.Value = .Value
End With
Regards,
Garry
Reply With Quote
GS
View Public Profile
Find all posts by GS