im also think of just automating the selecting of check box and clicking of the link..
like

Dim check as Object
Set check = ie.Document.getElementsbyTagName("checkbox").value = True
//im not sure of this code but i hope you get the idea
and then same for auto clicking the link.
anyone?