It's been my experience that when using multiple descriptors, it better to use a Description object.
Should work the same either way though.
Code:
dim desc, link
set desc = Description.Create()
desc("html tag").value = "a"
desc("micclass").value = "Link"
desc("text").value = "(Junk)$|Junk[\d\)\(]+"
Browser().Page().Link(desc).ClickShould work the same either way though.

