P
Paul Lautman
Apologies for cross posting, but I can't figure out which of these 2 groups
I should use.
I wish to get the number part of a string out into a cell.
I can do it with the UDF
Function getnum(ip As String) As Integer
getnum = Val(ip)
End Function
but does anyone know of an equivalent using Excel BIFs?
Also, if I put a macro into my personal.xls file, it is available to all my
sheets. How do I make a UDF similarly available?
TIA
Paul
I should use.
I wish to get the number part of a string out into a cell.
I can do it with the UDF
Function getnum(ip As String) As Integer
getnum = Val(ip)
End Function
but does anyone know of an equivalent using Excel BIFs?
Also, if I put a macro into my personal.xls file, it is available to all my
sheets. How do I make a UDF similarly available?
TIA
Paul