ReplacewithIf i < 11 Then Exit SubThis is based on the asumption that your title column is A and always the titles start with a number.If Asc(Left(Range("A" & i) & "0", 1)) < 65 Then Exit Sub
ReplacewithIf i < 11 Then Exit SubThis is based on the asumption that your title column is A and always the titles start with a number.If Asc(Left(Range("A" & i) & "0", 1)) < 65 Then Exit Sub
Last edited by Aussiebear; 03-20-2023 at 04:11 AM. Reason: Adjusted code tags