+ Reply to Thread
Results 1 to 9 of 9

Make the scale of one chart dependent on the scale of another chart

Hybrid View

behrensf84 Make the scale of one chart... 03-20-2014, 02:29 PM
Bernie Deitrick Re: Make the scale of one... 03-20-2014, 04:19 PM
Bernie Deitrick Re: Make the scale of one... 03-31-2014, 10:30 AM
Andy Pope Re: Make the scale of one... 03-21-2014, 04:21 AM
behrensf84 Re: Make the scale of one... 03-31-2014, 10:14 AM
behrensf84 Re: Make the scale of one... 03-31-2014, 10:11 AM
Bernie Deitrick Re: Make the scale of one... 03-31-2014, 10:31 AM
behrensf84 Re: Make the scale of one... 03-31-2014, 02:11 PM
Andy Pope Re: Make the scale of one... 04-01-2014, 03:31 AM
  1. #1
    Forum Expert
    Join Date
    02-11-2014
    Location
    New York
    MS-Off Ver
    Excel 365 (Windows)
    Posts
    6,272

    Re: Make the scale of one chart dependent on the scale of another chart

    Oops - I replied to myself initially...

    Sure - just use the PivotTableUpdate event to call the macro: in the codemodule of the sheet with the pivot table

    Private Sub Worksheet_PivotTableUpdate(ByVal Target As PivotTable)
     Macro2  'Use whatever you named the macro based on my code
    End Sub
    Bernie Deitrick
    Excel MVP 2000-2010

  2. #2
    Registered User
    Join Date
    03-13-2014
    Location
    Miami
    MS-Off Ver
    Excel 2010
    Posts
    42

    Re: Make the scale of one chart dependent on the scale of another chart

    Oh. Thanks Bernie!

    I didnt know it was possible to do that! It's an Awesome trick that's going to eliminate some 50 lines of code for me.

    Do you also know if its possible to program a pivot table slicer so that a person cannot select more than 1 item at a time? (ie, they wouldn't be able to use the shift key or the control key and select multiple items). I can do it with an action button, but I would like to be able to do it by clicking on the slicer.

    thanks!

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Scale Chart on Chart Sheet???
    By ariafxx in forum Excel Charting & Pivots
    Replies: 2
    Last Post: 01-02-2011, 08:25 PM
  2. [SOLVED] chart scale
    By Gia in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 06-30-2006, 12:50 AM
  3. [SOLVED] Huge differences in chart values screws my bar chart scale up.
    By Sirritys in forum Excel Charting & Pivots
    Replies: 2
    Last Post: 06-13-2006, 05:35 AM
  4. Scale in a chart
    By tony in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 05-19-2006, 08:30 PM
  5. how can I make a chart with the x-axis in logarithmic scale
    By Doris in forum Excel Charting & Pivots
    Replies: 4
    Last Post: 01-17-2005, 12:06 PM

Tags for this Thread

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