Hi
I am new at macros and VBA editing.
I wanted to split txt form numbers in cells so I putted this code in module:
Public Function SplitText(pWorkRng As Range, pIsNumber As Boolean) As String
'Updateby20150306
Dim xLen As Long
Dim xStr As String
xLen =...