Hi, I am new to vba, I am trying to get a data from bank website, what I am trying to get is the exchange rate for only one of the countries listed on the site, the link never changes, but the rates update every few minutes. What I am trying to do is during data entry the form will fill the rate txtbox on form load. So is there a way to search html code of a site and get the content in the cell next to the country name? I searched this form and google and came up empty.
This is the link I am trying to get data from.
http://www.rbcroyalbank.com/rates/cashrates.html
for example if I need to get the exchange rate for United States (USD) in the last sell of that row. it should be easy to identify because the html never changes. but how function in vba could I use to scan the html and search for the cell I need.
thanks
This is the link I am trying to get data from.
http://www.rbcroyalbank.com/rates/cashrates.html
for example if I need to get the exchange rate for United States (USD) in the last sell of that row. it should be easy to identify because the html never changes. but how function in vba could I use to scan the html and search for the cell I need.
thanks