Monthly Archives: May 2010

How to Get a Full File Path in Excel?

Ever needed to find out the full path of your current file? What I mean by full path here is the full location of the active file including the directory path and full file name. If you did, then what … Continue reading

Posted in Excel Formula, Excel VBA Function, Workbook and Worksheet | Tagged , , | 9 Comments

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 , | 12 Comments