+ Reply to Thread
Results 1 to 2 of 2

Embedded Chart Versus Chart - ShowDetail Issue

  1. #1

    Embedded Chart Versus Chart - ShowDetail Issue

    I've created a class module to capture a Shift+Click on a pivot chart,
    which then opens the data associated with that point. It works great
    on pivot charts on their own sheet, but when I use the same code on an
    embedded chart, it fails (error code 2147417848).

    Everything seems to work fine, it derives the same row and column
    values as needed, but the ShowDetail property is unavailable in the
    embedded charts.

    Anyone have any insight?


    james Igoe || [email protected] ||
    http://code.comparative-advantage.com


  2. #2

    Re: Embedded Chart Versus Chart - ShowDetail Issue


    I eventually solved my problem, simply using "On Error Resume Next",
    capturing the error number if it existed, then opening the range
    manually via selection.

    It is less than ideal, but my attempts to use the ChartObject for
    embedded charts was not fruitful.

    If interested, visit my website and find it among my Excel VBA
    offerings.

    James Igoe

    646.303.2584 || [email protected] ||
    http://code.comparative-advantage.com


+ 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