Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Sub test() Dim str As String, lng As Long, i As Long str = "tree1234" i = 1: Do Until IsNumeric(Mid(str, i, 1)): i = i + 1: Loop lng = Right(str, Len(str) - i + 1) str = Left(str, i - 1) End Sub -- Rob van Gelder - http://www.vangelder.co.nz/excel "Johnny" wrote in message ... If I have a string " tree1234 ". How can I separate it into 2 cells " tree " and the most important the " 1234 " should be in value format. Pls advise. Johnny |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
separate string | Excel Discussion (Misc queries) | |||
separate two dates from a text string into two separate cells | Excel Discussion (Misc queries) | |||
separate numbers out of string | Excel Worksheet Functions | |||
Separate a String of #'s | Excel Worksheet Functions | |||
Separate characters in a string | Excel Discussion (Misc queries) |