I have data that is extracted from a source using a query. This data has a datakey at column "J" and if it's populated by the character "H" then columns "A", "C" and "E" of that row, are copied to a row in another sheet. I have two issues that hopefully someone can help with:-
a) I can loop through the rows and detect the datakey, but cannot seem to get the copy of none adjacent cells to work propery.
b) The other issue relates to pasting this data. The sheet has a colum header that designates the region as an example the first sub-header USA (Row1) , maybe followed by 10 rows of USA data, this to be followed by a sub-header called EUROPE (Row 12). If this is to be a dymanic sheet and the number of rows changes how can I: -
i) ensure no blanks rows
ii) ensure I don't write over the next sub-header.
Can anyone start me on this please as I'm going round in circles!