Hello GBegnall,
Try it as follows:-
If your data starts in E3, then change E1 in the code to E3.![]()
Sub Test() Dim c As Range For Each c In Sheet1.Range("E1", Sheet1.Range("G" & Sheet1.Rows.Count).End(xlUp)) c.Replace What:=Right(c, 12), Replacement:="" Next c End Sub
I hope that this helps.
Cheerio,
vcoolio.
Bookmarks