I'm trying to delete string content before a certain word contained within the string. For example
[email protected]
I'd like to use VBA in order to replace that with
master_of_desaster
Everything after the "word" (@) should be removed, including the "word" itself.
I found a similar topic here, but he asks the opposite.
@usingInstrfunction. Then, just useLeftof the original string up to the result ofInstr