Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am pulling in data from the web using
With ActiveSheet.QueryTables.Add(Connection:= _ "URL;" & webpitch _ , Destination:=Range("ha5")) The data used to come in okay, but now it doesn't come in at all. I think it may be because the web site added pop up adds. Can I change something in my VBA code to avoid the pop-ups? Am I wrong, can this not be pop ups? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I found the problem, some reformatting of the page I was pulling from -- not pop-up adds. Sorry. Anyway, can pop-up adds cause problems when pulling directly into Excel?
"sg" wrote: I am pulling in data from the web using With ActiveSheet.QueryTables.Add(Connection:= _ "URL;" & webpitch _ , Destination:=Range("ha5")) The data used to come in okay, but now it doesn't come in at all. I think it may be because the web site added pop up adds. Can I change something in my VBA code to avoid the pop-ups? Am I wrong, can this not be pop ups? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
what is the formula that identifies v8 in a row & adds v8+v8=v16? | Excel Discussion (Misc queries) | |||
Adds ok but try to sum() returns 0 | Excel Worksheet Functions | |||
NEED A FORMULA THAT ADDS EVEN OR ODD ROW NUMBERS | Excel Worksheet Functions | |||
Formula which adds together worksheets | Excel Discussion (Misc queries) | |||
Macro that adds then deletes | Excel Programming |