AlexanderBB
Well-known Member
- Joined
- Jul 1, 2009
- Messages
- 2,072
- Office Version
- 2019
- 2010
- Platform
- Windows
Can't quite decide on a best method to achieve this.
I have a string delimited by vblf characters
One of the rows may start with "All" then " * by *"
If true, I want to get everything after "by " to end of that row (it will never be the last row in the string).
Not sure if RegEx or Filter will do it, or just split on vblf and check each row. Or something else?
Any suggestions ?
I have a string delimited by vblf characters
One of the rows may start with "All" then " * by *"
If true, I want to get everything after "by " to end of that row (it will never be the last row in the string).
Not sure if RegEx or Filter will do it, or just split on vblf and check each row. Or something else?
Any suggestions ?