Results 1 to 4 of 4

How to merge/join/append/concatenate VBA arrays

Threaded View

macyarab How to... 02-02-2009, 06:33 AM
DonkeyOte Re: How to... 02-02-2009, 06:38 AM
macyarab Re: How to... 02-02-2009, 12:31 PM
macyarab Re: How to... 02-03-2009, 04:21 AM
  1. #1
    Registered User
    Join Date
    01-25-2009
    Location
    hemsworth, england
    MS-Off Ver
    Excel 2003
    Posts
    25

    How to merge/join/append/concatenate VBA arrays

    I am attempting to join together up to 32 arrays. I haven't even managed to join 2! can it be done in excel 2003 VBA?

    the arrays are 2 dimensional (x Rows, 3 Columns).

    I have tried this but just produced empty variants:



     ''''''''''''trialcombine arrays'''''''''''''''''''''''''''
         v = CombineTwoDArrays(point1A, point1B)
    
    Public Function CombineTwoDArrays(Arr1 As Variant, Arr2 As Variant) As Variant
    
    CombineTwoDArrays = v
    
    
    End Function
    Last edited by macyarab; 02-03-2009 at 06:29 AM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1