@greg
Reduce
toActiveSheet.Columns(1).Select Set oRng = Nothing On Error Resume Next Set oRng = Selection.Columns(1).SpecialCells(xlCellTypeConstants, xlTextValues)
On Error Resume Next Set oRng = activesheet.Columns(1).SpecialCells(2,2)
@greg
Reduce
toActiveSheet.Columns(1).Select Set oRng = Nothing On Error Resume Next Set oRng = Selection.Columns(1).SpecialCells(xlCellTypeConstants, xlTextValues)
On Error Resume Next Set oRng = activesheet.Columns(1).SpecialCells(2,2)