I am new to vba and having a little trouble figuring this out. Don't really know where to start
I have two tables. I'm simply just trying to find code to say that if the last row in table 1 of worksheet 1 has any value in the 2nd column and the value in the last column is greater than 1 then take the value in the last column of the last row and add that many rows to table 2 of worksheet 2.
I tried searching other posts for this same type of topic but couldn't find any. Any help would be greatly appreciated.