How to print the Invoice extraction Pdf contain and Table contain in the same page in the excel?
(Company Name, Po-no, Date) = Pdf Contain
(item, Amount) = Pdf table Contain
How to print the Invoice extraction Pdf contain and Table contain in the same page in the excel?
(Company Name, Po-no, Date) = Pdf Contain
(item, Amount) = Pdf table Contain
While using the write range specify the range for the PDF contain as “A1” and while using the write range for the PDF table contain mention the range as “D1”
Hope it helps!!
After extraction when you want to update in Excel, while using write cell activity mention the cell where u want to write
Cheers
Hope it would Helpful!!!
actually I’m using Merga data table
if i’m using
Dataset.Tables(2) ------> it write then PDF table contain
Dataset.Tables(1) ------> It write then Pdf Contain