Try this:

Code:
Sub psvals()
    Range("i1").EntireColumn.Copy
    Range("i1").PasteSpecial xlPasteValues
End Sub