+ Reply to Thread
Results 1 to 2 of 2

The Web query returned no data

  1. #1

    The Web query returned no data

    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 **** 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


  2. #2
    Don Guillett
    Guest

    Re: The Web query returned no data

    Please stay in the original thread.

    --
    Don Guillett
    SalesAid Software
    [email protected]
    <[email protected]> wrote in message
    news:[email protected]...
    > 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 **** 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
    >




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1