Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
This is how you are able to cancel out this message note the code below
was with help of many people, but the 2 main ones being "Parry" from MrExcel.com and Dick Kusleika from here on this google group. The code is as follows! Public Sub Test() Dim Qrytbl As QueryTable For Each Qrytbl In ActiveSheet.QueryTables On Error Resume Next Qrytbl.Refresh False On Error GoTo 0 Next Qrytbl End Sub Happy refreshing! Timothy |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Query returned more data than will fit on a worksheet | Excel Worksheet Functions | |||
No Results returned from Access query | Excel Discussion (Misc queries) | |||
Query returned more data than will fit on a worksheet | Excel Discussion (Misc queries) | |||
This query returned no data | Excel Worksheet Functions | |||
Waiting for data to be returned from Microsoft Query | Excel Discussion (Misc queries) |