Hello to all,
I have been looking around the internet to see exactly how to go about getting into a specific dialog box that pops up from internet explorer. The class name is "Internet Explorer_TridentDlgFrame." Basically, I have been extracting info from internet explorer using the HTML references embedded in VBA. Unfortunately I am not able to "set" or get control of this window. It looks very similar to internet explorer as it has tabs, buttons and textboxes but I cannot get control of these elements. I guess my questions are...

1) What exactly is a tridentdlgframe
2) Is it possible to set it as any sort of object, ex. "as New InternetExplorer" or Webbrowser

Any help would be appreciated, all I am trying to do is select a specific tab and send a .value to a specific textbox, like I have been doing to the previous internetexplorer.document.frame(1)... before this pop up...

I am using Excel 2010

Thank you all in advance and any help would be appreciated