+ Reply to Thread
Results 1 to 2 of 2

"Query Refresh" Enable or Disable popup...how do i get rid of it!

  1. #1
    Registered User
    Join Date
    01-12-2005
    Posts
    1

    "Query Refresh" Enable or Disable popup...how do i get rid of it!

    please....

  2. #2
    Forum Contributor
    Join Date
    11-09-2004
    Posts
    451
    With ActiveSheet.QueryTables.Add(Connection:= _
    "URL;http://xyz.com/dd.jsp" , _
    Destination:=Range("A2"))
    .RefreshPeriod = 0
    .
    .
    .
    end with


    make sure .refreshperiod=0, if not make 0 , save the file ,close the file and open it

+ 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