joshman108
Active Member
- Joined
- Jul 6, 2016
- Messages
- 310
My desire is to return all sequences of non-alpha characters from a range and seperate them by char(10) so they are a list. My intention with char(10) is that I would basically like to be able to return all such non-alpha sequences into a column where each result is in a single cell. If that can be done without char(10) that's fine. But as for an example, if cell a1 = tish!!osi100sdg9sss then I would want this returned:
!!
100
9
where each non-alpha sequence is defined by the border of the nearest alpha characters on each side.
I would like to loop through all characters in all cells in a selection. And I hate to be picky but performance is desired as I have 400k rows in my desired selection.
I have found snippets of code online that get at the general idea of things, but am not yet able to craft something to be needs yet. Any ideas? Thanks. And I called it a function but ask for a macro (basically). Either works really, whichever is easiest.
!!
100
9
where each non-alpha sequence is defined by the border of the nearest alpha characters on each side.
I would like to loop through all characters in all cells in a selection. And I hate to be picky but performance is desired as I have 400k rows in my desired selection.
I have found snippets of code online that get at the general idea of things, but am not yet able to craft something to be needs yet. Any ideas? Thanks. And I called it a function but ask for a macro (basically). Either works really, whichever is easiest.
Last edited: