-
Recent Posts
- Excel VBA: Empty Clipboard Excel
- How to Get a Full File Path in Excel?
- Remove Non-AlphaNumeric Characters from String
- Sum Unique/Distinct Values in Excel
- Excel Extract Cell Comments
- How to get an Acronym using Excel VBA?
- Get Position of Last Column Containing Data with Excel VBA
- Find the Last Day of any Month
- Schedules to Refresh Data Automatically using VBA Macro
- Excel VBA Add Set of Worksheets Automatically
Recent Searches
- how to place the cursor in next cell which has data-vba
- Progress Bar During Refresh of External Data in Excel
- macro display last row of data
- excel sheet hide vb
- vba LastRowWithData
- excel 2010 open files macro
- find last row with data in excel
- count nr of columens excel macro
- macro show last line of data
- excel vba last day of the month
Popular Searches
Tag Archives: alphanumeric
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