Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm new to vba, learning from trying.
Wrote a macro that: 1. pastes a value into a cell 2. queries a web page based on pasted value (query parameter: 001). Example: "http:\\mysite.com\products\prod.php?id=001" 3. handles the imported data. It works fine but I cannot figure out how to delay step 3. thus allowing complete refresh of external data. Actually, it handles old data from a previous query. Any hint? Thank you Rui |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Web queries have a "run in background" (?) parameter - set that to False.
Tim "Rui Brito" <Rui wrote in message ... I'm new to vba, learning from trying. Wrote a macro that: 1. pastes a value into a cell 2. queries a web page based on pasted value (query parameter: 001). Example: "http:\\mysite.com\products\prod.php?id=001" 3. handles the imported data. It works fine but I cannot figure out how to delay step 3. thus allowing complete refresh of external data. Actually, it handles old data from a previous query. Any hint? Thank you Rui |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I 'Enable Automatic Refresh' for Query Refresh by default | Setting up and Configuration of Excel | |||
Query Refresh-Enable Automatic Refresh Dialogue Box | Excel Discussion (Misc queries) | |||
Timing of automatic query refresh and macro pivot table refresh | Excel Programming | |||
Excel does not close from VB!! (when i refresh Refresh query with BackgroundQuery:=False) | Excel Programming | |||
Web Query fail to Refresh All but individual refresh is ok | Excel Programming |