Hi all,

I know we can use Replace function, "Replace(expression, find, replace[, start[, count[, compare]]])" to find and replace a char/digit etc.

For example, I want to remove all the symbols, comma, full stop, $ sign, blank space, not printable characters etc.

"I am currently reading "$56 in an hour" Book."

Let say the above sentence is stored in a variable. I need to change it to

Iamcurrentlyreading56inanhourBook

How can I do that?

Pls let me know.

Thanks,

CS.