SQUIDD
Well-known Member
- Joined
- Jan 2, 2009
- Messages
- 2,104
- Office Version
- 2019
- 2016
- Platform
- Windows
Hi all
So I need to get just numbers from a cell or string.
I can obviously do a replace A with “”. And b,c,d and so on. On 26 lines.
Anyway I can write it shorter.
Like column(1).replace((“a,b,c”),””)
I’m just trying to get the numbers from a string. Using vba. Not formula.
Thanks.
Dave.
So I need to get just numbers from a cell or string.
I can obviously do a replace A with “”. And b,c,d and so on. On 26 lines.
Anyway I can write it shorter.
Like column(1).replace((“a,b,c”),””)
I’m just trying to get the numbers from a string. Using vba. Not formula.
Thanks.
Dave.