Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks guys (especially Tom)
Finally found that function in the appendix of J. Walkenbachs book "Tom Ogilvy" wrote: v = split(sStr,"\") for i = lbound(v) to ubound(v) msgbox v(i) next -- Regards, Tom Ogilvy "asmenut" wrote in message ... I have a String (actually a few of them) that are combined with a "/" separator (i.e. String1 / String2 / String3). How would I go about reading the string and separating the individual strings from them like: String1 String2 String3 Thanks in advance |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
find and replace numeric strings in larger text strings | Excel Worksheet Functions | |||
Separating Strings of Text | Excel Discussion (Misc queries) | |||
Separating Strings | Excel Worksheet Functions | |||
Separating Text strings. | Excel Discussion (Misc queries) | |||
Separating strings into different columns from one cell | Excel Worksheet Functions |