I have a column in an excel spreadsheet containing string variable that have numbered lists in each cell. For example one cell could contain: "1)orange 2)blue 3)white 4)purple"
I need to remove the numbers before the bracket and not sure how to tackle this with VBA
The result I need is: ")orange )blue )white )purple
TIA