VBA to get HTML text -
i've got vba open ie page , nagivate results page. want copy results of page excel.
here html want result:
i want able $505 can see after class "frequencyamount"
i've been using variations of following code no luck (it executes no value pasted excel):
cells(1, 22).value = ie.document.getelementbyid("result-row0").getelementsbyclassname("frequencyamount").outertext
any appreciated
Comments
Post a Comment