Forum Discussion
Pulling selected data from multiple invoices to an excel sheet using VBA
Hello Guys,
Is it possible to pull selected data from multiple invoices to an excel sheet through VBA ? If so kindly help me out with the same ?
Thanks
5 Replies
- Patrick2788Silver Contributor
Power Query might be an option. A sample would be excellent.
- Karthik0203Copper Contributor
- Patrick2788Silver Contributor
You're going to need VBA scripted for this one because of the arrangement of the invoices. It's do-able. Other factors that need to be taken into consideration for the script.
- The location of the files
- Arrangement of the invoice data - are the values you need always in the same cells?
VBA could open the workbooks, fetch the data and write it to the destination workbook then close it. Repeat for each workbook.
- mathetesSilver ContributorYou are far more likely to get a helpful response if you upload samples of the invoices you'd be working with. Presumably they are electronic, but are they PDF, Word, Excel, something else? Are they all consistent in format?
And if you already have an Excel sheet into which you're expecting to place the data, upload a sample of that too.- Karthik0203Copper Contributor
Himathetes.
Sorry for the late response, i have hereby uploaded two sample invoices (PDF) and an sample excel sheet which consists of the expected data which is numbered from 1 to 8.
Thanks in advance.