VBA web navigation

Alique

New Member
Joined
Mar 21, 2019
Messages
1
Hello all,

First time Poster here, and novice in coding in general.

My issue I am having is more a question of knowledge I feel. I am looking to scrap a java-script table on a secure site. So far I am able to log in but to get to the Data I want. There is a few buttons and links I must click on.

The code below is the button in question I have to click on. I have tried a few different methods to do so with little luck.
Code:
[TABLE]
<tbody>[TR]
[TD="class: line-number"][/TD]
[TD="class: line-content"]a href="[URL="about:blank"]javascript:SSO.portal()[/URL]" class="thumbnail" *******="ga('send', 'event', 'Account Dashboard', 'click', 'Usage');">[/TD]
[/TR]
[TR]
[TD="class: line-number"][/TD]
[TD="class: line-content"]img src="[URL]https://static.hydroottawa.com/images/account/landing/Consumption.svg[/URL]">[/TD]
[/TR]
[TR]
[TD="class: line-number"][/TD]
[TD="class: line-content"]div class="caption">[/TD]
[/TR]
[TR]
[TD="class: line-number"][/TD]
[TD="class: line-content"]                                            <h3>Usage</h3>[/TD]
[/TR]
[TR]
[TD="class: line-number"][/TD]
[TD="class: line-content"]small>[/TD]
[/TR]
[TR]
[TD="class: line-number"][/TD]
[TD="class: line-content"]                                                View consumption and appliance use breakdowns.                                            </small>[/TD]
[/TR]
[TR]
[TD="class: line-number"][/TD]
[TD="class: line-content"][/TD]
[/TR]
[TR]
[TD="class: line-number"][/TD]
[TD="class: line-content"][/TD]
[/TR]
</tbody>[/TABLE]

Is the any suggestion or places that I could go to and read up on a solution?
 

Excel Facts

How to fill five years of quarters?
Type 1Q-2023 in a cell. Grab the fill handle and drag down or right. After 4Q-2023, Excel will jump to 1Q-2024. Dash can be any character.

Forum statistics

Threads
1,213,565
Messages
6,114,337
Members
448,568
Latest member
Honeymonster123

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top