Results 1 to 6 of 6

Thread: Combining data of Two Array or Range

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #4
    Forum Guru Rick Rothstein's Avatar
    Join Date
    Feb 2012
    Posts
    662
    Rep Power
    14
    Quote Originally Posted by princ_wns View Post
    thanks for quick reply.

    this is a 2D array of VBA which holds the data of two ranges.And I want this data to be displayed as in example:
    arr1= 1 2 3
    2 3 4
    arr2= q q r
    s t u
    resArr=1 2 3
    2 3 4
    p q r
    s t u
    This is not a trivial thing to do; however, here is a website that includes code to do it...

    VBA Arrays

    There is a description of how to use the code in a section titled "CombineTwoDArrays". To go directly to the code, search the webpage for this text string...

    Public Function CombineTwoDArrays
    Last edited by Rick Rothstein; 04-05-2012 at 08:55 AM.

Similar Threads

  1. Replies: 2
    Last Post: 05-23-2013, 02:53 PM
  2. Replies: 14
    Last Post: 01-26-2013, 04:58 AM
  3. Combining Functions To Create Array Formula
    By Ryan_Bernal in forum Excel Help
    Replies: 3
    Last Post: 01-07-2013, 12:38 PM
  4. Replies: 3
    Last Post: 05-14-2012, 11:30 AM
  5. Replies: 3
    Last Post: 04-08-2012, 09:44 AM

Posting Permissions

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