Hi

I am new to VBA and wish to write a code to automatically generate a pdf report on a website by clicking checkboxes for the list of items present in my excel spreadsheet. I could write a basic code for logging in with putting in username and password but code gives me error if i am already logged in. Can I use IE locationname or IE locationurl for checking the website onto which i am navigated through the code?

Additionally, I want to know if it is possible to match the list of names in excel with the ones on the website and click the respective check box using VBA...