Thread: union array
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Marina Limeira Marina Limeira is offline
external usenet poster
 
Posts: 13
Default union array

how I union this 3 arrays ?

example:

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

How to do?

D = A + B + C

thanks

Marina