Excel : ignore letters in cell during calculation - Microsoft: Office - Tek-Tips
Function RemAlpha(strS As String) As Double Dim re As Object ' object to hold Regular Expression object Dim sVal As String Set re = CreateObject("VBScript.RegExp") ' late bind to RegExp object so no need to reference in application With re...