Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm running the following web query and it works fine. As written it
pastes the web page onto the active sheet starting at cell A1. Is there a way to bypass pasting the web page to the worksheet and instead assign the web page HTML or text to a variable?..TIA, ron ' Connect to the site With ActiveSheet.QueryTables.Add(Connection:= my_url, Destination:=Range("A1")) .BackgroundQuery = True .TablesOnlyFromHTML = True .Refresh BackgroundQuery:=False .SaveData = True End With |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Importing result from Access query to Excel but the result only c. | Excel Discussion (Misc queries) | |||
put query result into variable | Excel Programming | |||
how do I assign a symbol to the result of a part of a nested IF s. | Excel Worksheet Functions | |||
assign result of ExecuteExcel4Macro to an array | Excel Programming | |||
Passing SQL Query Result Into A Variable | Excel Programming |