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:

html want scrape results from

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

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -