Hi
I made a spelling mistake in the code below but still working fine.
the currentpostion in the loop
For x = currentpostion To Len(phrase)
is wrong spelling. I stepped in the code and it is always 0. However, the code worked fine.
Why is that? Thank you
Sub onlynumber()
Dim phrase As...