Thread: Splitting
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.newusers
Tree*Rat Tree*Rat is offline
external usenet poster
 
Posts: 12
Default Splitting

how do i get VBA to split items that are seperated by a colon ;

ie this;that;andmore

split into vars

var1 = this
var2 = that
var3 = andmore

Idealy I it would be split into an array