Hi guys,

Say you wanted to download data from either: http://www.bis.org/statistics/totcredit.htm, or national accounts from http://www.scb.se/sdds-Plus-en/ - how would you go about doing this in a way which:

- Allowed you to rip the data fields you were after (Say National Account Data for the USA from 1980 to present day from scb.se, and Credit data from bis.org)
- Autoupdated, so when Q2 2016 is released, that data would feed through into your Excel

Any help in terms of how data can be extracted 'dynamically' in this way would be helpful - including things that should be learned in order to achieve this functionality.

The end goal here is to have an auto updating database which rips data from these sources automatically.

Thanks