ForrestGump01
New Member
- Joined
- Mar 15, 2019
- Messages
- 23
- Office Version
- 365
- Platform
- Windows
Hello all,
It's been a long time since I've used any VBA and it's not coming back like riding a bicycle... Hoping for some help on hopefully easy task.
I have a sheet with tens of thousands of rows of invoice data -- each row is a discrete invoice with various columns of information, including a column which includes a URL to a .pdf copy of the invoice. I would like to write a macro that opens the pdf, downloads it, and saves it using a reference to a row/column.
Example: Row 2 is an invoice for XYZCompany Invoice #123456 -- I would like the script to save the file to C:\Desktop\Invoices as "XYZCompany_#123456" and then proceed to the next line of data. I already have a column to concatenate the future file name, I just could use some help with the VBA.
Thanks in advance!
It's been a long time since I've used any VBA and it's not coming back like riding a bicycle... Hoping for some help on hopefully easy task.
I have a sheet with tens of thousands of rows of invoice data -- each row is a discrete invoice with various columns of information, including a column which includes a URL to a .pdf copy of the invoice. I would like to write a macro that opens the pdf, downloads it, and saves it using a reference to a row/column.
Example: Row 2 is an invoice for XYZCompany Invoice #123456 -- I would like the script to save the file to C:\Desktop\Invoices as "XYZCompany_#123456" and then proceed to the next line of data. I already have a column to concatenate the future file name, I just could use some help with the VBA.
Thanks in advance!