Navegating through a website

Miticus

New Member
Joined
Apr 19, 2012
Messages
1
Hello everyone!

I'm fairly new to Excel and VBA altogether and i got some doubts about VBA.

Right now, i have a worksheet with several cells filled in with info.

What i want to do is go to a website and search for a few strings on the page and if i find them i want to click on the link associated to them.

Example:
"BIG Link"
"Useless string"
"Imp. String nº1" "Imp. String nº2"

My doubt is how do i read "Imp. String nº1" and "Imp. String nº2" from the page (or from the source code, don't know which one is the best or if the first one is possible) of the page and compare them with the info i have in the cells?

And how do i click the "BIG Link" after finding my "Imp. String nº1" and "Imp. String nº2"?
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest

Forum statistics

Threads
1,214,979
Messages
6,122,551
Members
449,088
Latest member
davidcom

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