This work fine but if i have more than 1 number of with "-" then how to find those numbers please tell me
Option Explicit
Public Function NumericText(rng As Range, p As Integer)
Dim v() As String, t As String
Dim i As Long, st As String
t = rng.Value
v() = Split(t)
For i = LBound(v) To UBound(v)
If Not IsNumeric(v(i)) And InStr(v(i), "-") Then st = st & " " & v(i)
Next
NumericText = Split(st)(p)
End Function
Hi deepak this also work fine but i want to use this 2 macro in same workbook please upload the file or tell me how to do this
didn't get it............want to ask one more question .........
Thanks deepak for ur support Great work u did for me Thanks again