billandrew
Well-known Member
- Joined
- Mar 9, 2014
- Messages
- 743
Good afternoon
I am converting formulas to values with the below code. The problem I have if I select a non continuous range it does not work.
Any ideas
Thank You
Sub ConvertFormulas()
With Selection
.Value = .Value
End With
End Sub
I am converting formulas to values with the below code. The problem I have if I select a non continuous range it does not work.
Any ideas
Thank You
Sub ConvertFormulas()
With Selection
.Value = .Value
End With
End Sub