haominimalist
New Member
- Joined
- Aug 4, 2017
- Messages
- 2
Hi,
My excel VBA skillls are very poor. I managed to construct a simple code to pull from one of the required pages, but I need a code that is both efficient (will not kill my computer RAM) and/or dynamic OR simply pulls data from all pages.
Every week I pull a data table from a link such as this:
[TABLE="width: 64"]
<tbody>[TR]
[TD="width: 64"][TABLE="width: 64"]
<tbody>[TR]
[TD="width: 64"]https://www.investing.com/indices/us-30-historical-data[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]
The only thing that changes in the URL is the "us-30", for example to "nq100" or "us-spx-500".
Could someone help me out with a code where I can just paste the 25 links into and it pulls the different tables into 1 sheet (one after another)? Table sizes are the same across, and in the same position.
Thanks in advance!
My excel VBA skillls are very poor. I managed to construct a simple code to pull from one of the required pages, but I need a code that is both efficient (will not kill my computer RAM) and/or dynamic OR simply pulls data from all pages.
Every week I pull a data table from a link such as this:
[TABLE="width: 64"]
<tbody>[TR]
[TD="width: 64"][TABLE="width: 64"]
<tbody>[TR]
[TD="width: 64"]https://www.investing.com/indices/us-30-historical-data[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]
The only thing that changes in the URL is the "us-30", for example to "nq100" or "us-spx-500".
Could someone help me out with a code where I can just paste the 25 links into and it pulls the different tables into 1 sheet (one after another)? Table sizes are the same across, and in the same position.
Thanks in advance!