hello, i am trying to copy an internet data table in excel. I can open the page, but I can't copy the data and paste it into excel. Could anyone help me?
Sub extract_table()
Dim IE As Object
Dim i As Long
Set IE = CreateObject("InternetExplorer.application")
IE.Visible = True
IE.Navigate "https://fnet.bmfbovespa.com.br/fnet/publico/visualizarDocumento?id=53959"
Do While IE.Busy
Loop
End Sub
****** id="cke_pastebin" style="position: absolute; top: 0px; width: 1px; height: 1px; overflow: hidden; left: -1000px;">hello, i am trying to copy an internet data table in excel. I can open the page, but I can't copy the data and paste it into excel. Could anyone help me?</body>
Sub extract_table()
Dim IE As Object
Dim i As Long
Set IE = CreateObject("InternetExplorer.application")
IE.Visible = True
IE.Navigate "https://fnet.bmfbovespa.com.br/fnet/publico/visualizarDocumento?id=53959"
Do While IE.Busy
Loop
End Sub
****** id="cke_pastebin" style="position: absolute; top: 0px; width: 1px; height: 1px; overflow: hidden; left: -1000px;">hello, i am trying to copy an internet data table in excel. I can open the page, but I can't copy the data and paste it into excel. Could anyone help me?</body>