Sub RollColumn() Dim UsdCols As Long UsdCols = Cells(2, Columns.Count).End(xlToLeft).Column lastRow = Cells(Rows.Count, UsdCols).End(xlUp).Row With Range(Cells(2, UsdCols), Cells(lastRow, UsdCols)) .Copy .Offset(, 1) .Value = .Value End With End Sub
Sub RollColumn() Dim UsdCols As Long UsdCols = Cells(2, Columns.Count).End(xlToLeft).Column lastRow = Cells(Rows.Count, UsdCols).End(xlUp).Row With Range(Cells(2, UsdCols), Cells(lastRow, UsdCols)) .Copy .Offset(, 1) .Value = .Value End With End Sub
p45cal
Everyone: If I've helped and you can't be bothered to acknowledge it, I can't be bothered to look at further posts from you.