Using Excel VBA, I can open up an IE window that displays the link I need, but I'm really struggling with how to retrieve any or all of the contents of the IE window.
In the Object Browser for Microsoft Internet Controls, it shows an "Internet Explorer" class with a member called "Document", but I can't seem to manipulate the contents of "Document".
I'm also confused because in the class window of the Object Browser, it shows something called "OLECMDID" that appears to have members that would allow for control of the IE window (SelectAll, Copy, Find, etc). Unfortunately, I can't figure out how to use these in my VBA code.
Any help would be appreciated.
In the Object Browser for Microsoft Internet Controls, it shows an "Internet Explorer" class with a member called "Document", but I can't seem to manipulate the contents of "Document".
I'm also confused because in the class window of the Object Browser, it shows something called "OLECMDID" that appears to have members that would allow for control of the IE window (SelectAll, Copy, Find, etc). Unfortunately, I can't figure out how to use these in my VBA code.
Any help would be appreciated.