0
Good evening, everyone!
I’m starting in VBA and I made a macro that returns the information of a pro Excel site, but I’m adjusting some things and I came across a problem a few days ago and I can’t solve:
For the purpose of my project, I am setting all the tables ("tr) of the site:
Set tabela = ie.document.all.tags("tr")
And when I inspect the table variable it returns me a long variable:
I’m trying to copy this value "12" to a VBA variable and then to an Excel cell, but not even the first step I’m getting.
Could you help me please?
Thank you!