S
S Himmelrich
Here is what I have and I'm getting an error in line 1:
Dim rngCells As Range
With ActiveSheet
1 For Each rngCells In Range("B3", Value.SpecialCells(xlLastCell))
rngCells.Value = Right(rngCells.Value, 6)
Next
End With
Dim rngCells As Range
With ActiveSheet
1 For Each rngCells In Range("B3", Value.SpecialCells(xlLastCell))
rngCells.Value = Right(rngCells.Value, 6)
Next
End With