D
Danny Hoon
Hi all,
I'm trying abstract second number from a cell.
If cell a1=1234, how do I abstract 2 using a function?
I will need to use 2 for some math calculation.
I tried this but it don't work.
Function test(num As String)
test = num.char(1)
End Function
Thank for assisting.
I'm trying abstract second number from a cell.
If cell a1=1234, how do I abstract 2 using a function?
I will need to use 2 for some math calculation.
I tried this but it don't work.
Function test(num As String)
test = num.char(1)
End Function
Thank for assisting.