Hi all,

I am just creating some sort of macros in MS Word. In that macro, I want to eliminate all the characters except "a to z", "A to Z" and "0 to 9" (i.e., all characters and Digits).

For example, the text in Word Document,

"I am currently reading "$56 in an hour" Book and, What? etc. and I will work on Mike's Project tomorrow. and Some more text here"

Clearly, I want to ignore all the symbols, full stop, colon, semicolon, quotation marks, space, non breaking space, not printable characters, etc. If I run a code it should change the above sentence as:

Iamcurrentlyreading56inanhourBookandWhatelseetcandIwillworkonMksProjecttomorrowandSomemoretexthere

Please help me!

Thanks,

CS.