View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
jindon[_20_] jindon[_20_] is offline
external usenet poster
 
Posts: 1
Default seprate and store string in arrays


If you are on xl200 or later

Code:
--------------------

Dim x
x=split("jack;dave;john",";")
msgbox Join(x,vbLf)
--------------------


--
jindon
------------------------------------------------------------------------
jindon's Profile: http://www.excelforum.com/member.php...o&userid=13135
View this thread: http://www.excelforum.com/showthread...hreadid=383041