LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 59
Default Separating Strings

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






 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
find and replace numeric strings in larger text strings Mr Molio Excel Worksheet Functions 8 November 9th 11 05:17 PM
Separating Strings of Text Ben in CA[_2_] Excel Discussion (Misc queries) 14 December 24th 08 11:59 PM
Separating Strings CJ Excel Worksheet Functions 2 July 23rd 08 07:14 PM
Separating Text strings. Quaisne Excel Discussion (Misc queries) 2 November 4th 05 06:49 PM
Separating strings into different columns from one cell Melanie O Excel Worksheet Functions 2 January 27th 05 04:20 PM


All times are GMT +1. The time now is 11:41 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"