Hi, noboffinme,
wrong position of parenthesis for the length of the Cells-Value?
Sub right_char_trim()
Dim i As Long
For i = ActiveSheet.Cells(Rows.Count, "A").End(xlUp).Row To 2 Step -1
Cells(i, 1) = Mid(Cells(i, 1), 1, Len(Cells(i, 1)) - 4)
Next i
End Sub
To indicate whether the start...