I scraped a pdf from page 1 to nth page. How can i merge the the data in excel file and keep the data aligned?

A-B are invoice date and number. The only problem I failed to add their headers using Add Colum.
C-G is the first page I scraped and H-L is the second page I scraped. I want to scrap the second page and merge it under C-G.


Thanks in advance

This is what I want to fix

@samuel.chaane - Not sure why the 2nd page values writing in Column H-L.

Try copy range and move the values to desired columns.

I m scrapping multiple docs, so if I am going to scrape 3 pdf’s it means its gonna happen 3 times. So copying and moving will be hard coding I think. I need an alternative to make it not happen