View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Marina Limeira
 
Posts: n/a
Default UNION of Arrays - is possible?

how I union this 3 text arrays ?

example:

A = array("mary", "john")
B = array("Peter")
C = array("Roger")

How to do the D array?

D = A + B + C

thanks

Marina