+ Reply to Thread
Results 1 to 2 of 2

Using a combo box on multiple pivot tables

  1. #1
    norrislaketn
    Guest

    Using a combo box on multiple pivot tables

    I am using a combo box to select data that will update a field on several
    pivot tables to keep them synconized. ie one tabel is Month and the other is
    Year data. What happened is I have history in the Year data for an item and
    no data in the Month data. How can I return data in the Year table and a
    message in the Month table that there is no data available?

  2. #2
    norrislaketn
    Guest

    RE: Using a combo box on multiple pivot tables

    Here is the code I'm using:

    Sub SynchPCK_CAT()
    '
    ' SynchPKG_CAT Macro
    ' Macro recorded 4/25/2006 by Rick Tipton
    '


    ActiveSheet.PivotTables("PivotTable5").PivotFields("PKG_CAT").CurrentPage = _
    ActiveSheet.Range("D201").Value

    ActiveSheet.PivotTables("PivotTable6").PivotFields("PKG_CAT").CurrentPage = _
    ActiveSheet.Range("D201").Value

    ActiveSheet.PivotTables("PivotTable7").PivotFields("PKG_CAT").CurrentPage = _
    ActiveSheet.Range("D201").Value

    ActiveSheet.PivotTables("PivotTable8").PivotFields("PKG_CAT").CurrentPage = _
    ActiveSheet.Range("D201").Value
    RptFormat
    HideEmptyRows
    End Sub

    "norrislaketn" wrote:

    > I am using a combo box to select data that will update a field on several
    > pivot tables to keep them synconized. ie one tabel is Month and the other is
    > Year data. What happened is I have history in the Year data for an item and
    > no data in the Month data. How can I return data in the Year table and a
    > message in the Month table that there is no data available?


+ 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