Quote Originally Posted by JBeaucaire View Post
My function shows how to extract numbers OR text. You simply comment out one line and activate the other.

So if you need to do BOTH, create two versions of that function with different function names. Change CleanALL to NumOnly and in the second one TextOnly, as an idea.

Hello again,

Thank you for the response. The thing is... I am trying to have numbers and symbol characters taken out... Ie leave all letters behind and strip out all the rest.

Is there a way to do that, please?

Thank you again.