H
H Chan
Hope I am not irritating anyone, but I indeed want to know how to extract
the information contained in the tagname "HTML" of an IE page to a cell.
My detailed question and previous discussion is copied below:
===================
I've run your macro, and it seems that the tagname "html" contains all the
text on the page, including the popup box.
I know nothing about how to control IE. How can I access the content of the
tagname "html" on the page?
I've tried:
Sheets("Sheet2").Range("a1").Value = IE.document.HTML
But the above gives me an error.
Hope you are still following the thread.
Thanks.
Herbert
the information contained in the tagname "HTML" of an IE page to a cell.
My detailed question and previous discussion is copied below:
===================
I've run your macro, and it seems that the tagname "html" contains all the
text on the page, including the popup box.
I know nothing about how to control IE. How can I access the content of the
tagname "html" on the page?
I've tried:
Sheets("Sheet2").Range("a1").Value = IE.document.HTML
But the above gives me an error.
Hope you are still following the thread.
Thanks.
Herbert