First I just want to say this forum has been such a huge resource and I am eternally grateful to everyone who shares their time and knowledge. It seems like every time I start a new VBA project I have to relearn everything, and I always refer to this forum.

I am attempting to navigate through a few webpages to get to a report generated. I need to automate this process. It was going swimmingly until I ran into the last page, which contains Java.

The last link opens a smaller window with a few columns and check boxes. On the top is a link that will select all the boxes, which is what I need.

Here is the VBA code I currently have:

Please Login or Register  to view this content.
I receive an error code that the object does not support this property or method.

Here is the HTML code with the link highlighted:

Please Login or Register  to view this content.