Thread
:
Array+Array
View Single Post
#
1
Posted to microsoft.public.excel.programming
Danny[_13_]
external usenet poster
Posts: 16
Array+Array
Hi,
I have 2 (or more) arrays, how can i combine them into 1?
example:
Array 1 = "1, 2, 3, 4"
Array 2 = "A, B, C, D, E, F"
Result:
Array_Combined = "1, 2, 3, 4, A, B, C, D, E, F"
br,
Danny
Reply With Quote
Danny[_13_]
View Public Profile
Find all posts by Danny[_13_]