Hi,
Thanks for willing to help me because I spent days trying to figure out this thing. I cannot upload a sample is because my vba is calling (getting data) from an external apps which you don't have.
But here is the one that work so far but only for 1 page. If my client have 2 pages, I don't know how to change the value for the same action.
Here is the one that work so far but only if the client have 1 page of data. If the client has more page of data, I will need to bring repeat this, however, the code:
rngList.Cells(lngSrcIdx, 1).Value -> has to be the next empty row, otherwise it will just copy and paste the next page data on these same row (6 to 18)
This code work for 1 page, so if my client has 2 pages, I will need to copy and paste the code right next below:
But in this one, the code will be place in row 6 to 18, and then go to page 2, and replace the data to 6 to 18, which I don't want. I want the data to be placed in 19 to 31...
And if my client has 10 pages, I will need to find a way to do so for 31 till end row.
Thanks for heping.
Bookmarks