Please help me with VBA to copy paste text as values only.
With ActiveSheet
.Columns(6).Value = .Columns(6).Value
End With