Tag Archives: string

Remove Non-AlphaNumeric Characters from String

The function below will allow us to remove a non alphanumeric character from an input string. Be careful though, lengther the string, more time needed to evaluate each string on the sentence. To bad that I don’t have any idea … Continue reading

Posted in Excel Formula, Excel VBA Function | Tagged , | 972 Comments