+ Reply to Thread
Results 1 to 2 of 2

vba code to refresh external database query

  1. #1
    Registered User
    Join Date
    02-06-2009
    Location
    Ireland
    MS-Off Ver
    Excel 2003
    Posts
    1

    vba code to refresh external database query

    I am trying to trying to run an excel database query and refresh pivot tables afterwards as they use the data from the query.

    I am currently manually refreshing the main sheet with the query.

    The code I have to refresh the pivot tables is as follows and this works correctly
    Sheet2.PivotTables("PivotTable2").RefreshTable

    Sheet2.PivotTables("PivotTable4").RefreshTable

    I need the VBA code to refresh the external database query and I need to ensure that this has completed before refreshing the pivot tables.

    Any suggestions, would be appreciated
    thanks.

  2. #2
    Forum Expert sweep's Avatar
    Join Date
    04-03-2007
    Location
    Great Sankey, Warrington, UK
    MS-Off Ver
    2003 / 2007 / 2010 / 2016 / 365
    Posts
    3,444

    Re: vba code to refresh external database query

    Hi,

    try this:

    Please Login or Register  to view this content.
    where a1:a10 is the range of your external query
    Rule 1: Never merge cells
    Rule 2: See rule 1

    "Tomorrow I'm going to be famous. All I need is a tennis racket and a hat".

+ 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