I have 2 arrays which vary in length and would like to be able to insert the data starting at B3 and D3 going downwards, these are v8columnname and v9columnname. I also have 2 called v8tableNames and v9tableNames which are already populated. My arraylists are queried from two different databases and I plan on comparing the two rows in VBA, but I have that macro set up already. Im only stuck on getting the rows to align up perferctly as the code right now has the B column starting off at B3 but the D column starting off at the last index of the B row. Any help is greatly appreciatedI have 2 arrays which vary in length and would