Hi
I am trying to replace a forumla with its results with the following code (in a table):
Sub formtoval()
With ThisWorkbook.ActiveSheet
.Range(Range("D30"), Range("D30").End(xlDown)).Value = .Value
End With
End Sub
However it gives me run-time error "438"
Any idea?
Eivind
I am trying to replace a forumla with its results with the following code (in a table):
Sub formtoval()
With ThisWorkbook.ActiveSheet
.Range(Range("D30"), Range("D30").End(xlDown)).Value = .Value
End With
End Sub
However it gives me run-time error "438"
Any idea?
Eivind