I am trying to delete a specific part of a cell with no luck. The cell is A3 on the sheet I am working on. The full string in cell A3 is JYC Internet (351) – includes. What I am trying to do is delete all characters after the - is this possible?
Tom
Tom
Code:
strChange = Range("A3").InStr(A3, "-")