Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Using the help of previous posts, I was able to figure out how to get to my
desired web page. From there, I want to put that data in Excel. I have run out of ideas and cannot find any relevant help. I cannot manipulate the URL to get to the web page - I had to code some javascript. Here is what I have: Sub GetSecureTable() Dim ie As InternetExplorer ie.Navigate "www.url.com" 'navigate to desired web page .... 'try to get the web page into excel 'it fails miserably With Sheet1.QueryTables.Add(Connection:=ie.LocationURL, Destination:=Range("$A$1")) .Name = "hist" .WebTables = "4" .Refresh BackgroundQuery:=False End With End Sub Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Convert hard coded query criteria to Parameter Query | Excel Discussion (Misc queries) | |||
Excel 2007 / MS Query - editing existing query to another sheet | Excel Discussion (Misc queries) | |||
Microsoft Query rejects "nz" function in Access Query | Excel Discussion (Misc queries) | |||
Stop to modify the SQL query manually entered into query ! | Excel Programming | |||
automate query parameter refresh and multiple chart print out | Excel Programming |