Hello Guys,
I have this issue, I'm creating a Macro that is automating a process in a Web Page, but this page have a lot of frames. So when I get the value of the object
it only have the values of the frame
Set IE = CreateObject("InternetExplorer.Application")
IE.Visible = False...