I would like to write a macro to go to an internal company website to download data and import it into my spreadsheet. The website requires me to login and do a series of mouse clicks to download the data as excel spreadsheets, for which I already have developed a macro to merge these spreadsheets and format it the way I want.
I'm new to VBA but I've done a little research. My browser options on my company PC are Chrome, Firefox, IE, or Edge. I cannot download or install any unapproved 3rd-party applications (such as Selenium for Chrome) to aid me in this, and obtaining approvals for anything are unlikely.
Based on what I've found you would need Selenium to use Chrome, and that currently Edge does not support any VBA functionality.
Looking for some advice, pointers, or online resources to help.
I'm new to VBA but I've done a little research. My browser options on my company PC are Chrome, Firefox, IE, or Edge. I cannot download or install any unapproved 3rd-party applications (such as Selenium for Chrome) to aid me in this, and obtaining approvals for anything are unlikely.
Based on what I've found you would need Selenium to use Chrome, and that currently Edge does not support any VBA functionality.
Looking for some advice, pointers, or online resources to help.
Last edited: