Home |
Search |
Today's Posts |
#7
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is there any special reason you want to do this in VBA? It would be more
efficient to use worksheet formulas... B1: =LOOKUP(9E+99,--LEFT(A1,ROW($1:$99))) C1: =SUBSTITUTE(A1,B1,"") Copy them down to row 20. Rick "cosmin" wrote in message ... Hi all, I am using office 2003, and I try the following: in range(a1:a:20) I have something like "123uiun" but not always the same number of string character or number character, they can be also "1hjjll". I want to separate string and the number. How can I do this using VBA? Thanks in advance |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Text string to Numeric string | Excel Discussion (Misc queries) | |||
Find Numeric sign in a string | Excel Worksheet Functions | |||
How do I replace last numeric string from a alphanumeric string? | Excel Discussion (Misc queries) | |||
doesn't recognize fraction in string as numeric | Excel Programming | |||
Find numeric value at end of string | Excel Worksheet Functions |