Hello,

I am trying to use VBA for Excel to automate a process that navigates through several webpages in Internet Explorer to upload a file.

I am able to work with HTML document elements to get through the first few pages, but on the final page, the majority of the content is in Silverlight.

Is there a way to use VBA to automate interaction with this content?

I just need to click a button, so a Silverlight equivalent of getElementsByTagName("button") would be perfect.

Thanks.