I've found other threads similar to what I need to achieve but I've been unsuccessful in replicating to fit my needs. I'm very new to VBA so if someone can assist that would be great!
I need a VBA code in Excel, the goal is to open URLs in Excel, “print as PDF” and then save the file in a specific folder.
Here are the steps:
I need a VBA code in Excel, the goal is to open URLs in Excel, “print as PDF” and then save the file in a specific folder.
Here are the steps:
- Open the URLs from Excel cell A1 in Chrome browser.
- There will be a login to a portal with a username and password, the URLs have the an API included already but I suspect the login still be required.
- Print as PDF.
- Every URL will have the exact name to be used when saving/printing on cell B. Copy & paste that name.
- Save the file into a specific folder.
- Repeat the same steps for all URLs in the file.