ChingChoke
New Member
- Joined
- Feb 24, 2015
- Messages
- 2
I have a need to frequently edit text in a cell. The text is always in the sequence "string1 spaces string2" where string can be any length and any type of character. I want to delete the leading string1 and spaces, ending up with just string2 (which may contain many spaces). Any length of spaces separate the strings. After F2, the keystrokes "Home, Ctrl+Right and then Backspace" do this perfectly. Examples:
123 abc
1234 abcde
AbCdEf 123AbcDE
I cannot figure out how to generate a simple macro that will do this (and cannot find past postings for same).
Any advice greatly appreciated.
123 abc
1234 abcde
AbCdEf 123AbcDE
I cannot figure out how to generate a simple macro that will do this (and cannot find past postings for same).
Any advice greatly appreciated.
Last edited: