https://www.tuttitalia.it/banche/classifica/1/
based this page i need to get all href value from the list of Bank.
for example i need:
74-unione-di-banche-italiane
from the bank number 4.
note:
i use IE Object in my project
...
Dim IE As Object
Set IE = CreateObject("InternetExplorer.Application")
IE.Visible = True
IE.navigate URL
...
based this page i need to get all href value from the list of Bank.
for example i need:
74-unione-di-banche-italiane
from the bank number 4.
note:
i use IE Object in my project
...
Dim IE As Object
Set IE = CreateObject("InternetExplorer.Application")
IE.Visible = True
IE.navigate URL
...