+ Reply to Thread
Results 1 to 3 of 3

hide chart data & chart

  1. #1
    Forum Contributor
    Join Date
    02-09-2014
    Location
    Kamnik, Slovenia
    MS-Off Ver
    Excel 2010
    Posts
    693

    hide chart data & chart

    Hi,

    I have a Chart on my Sheet, which is being displayed on Userform.

    Now I want to hide chart data & chart from Sheet, but still let Chart be visible on Userform.

    I hide Chart like this :

    Please Login or Register  to view this content.
    This works, no problem.

    But when It comes to chart data, I have problems...

    So far I have tried all this :

    1. Formating these cells to ";;;", but that messes up chart data - on chart.

    2. Hide rows in VBA, but then Chart is not displayed on Userform.

    3. Clicked on the chart then went to Tools>Options >Select the Chart tab> unticked the "plot visible cells only" option. Nothing happens here ?!?

    Does anybody have other suggestion, with VBA maybe ?

    Thanks for help !!

  2. #2
    Forum Guru Kaper's Avatar
    Join Date
    12-14-2013
    Location
    Warsaw, Poland
    MS-Off Ver
    most often: Office 365 in Windows environment
    Posts
    8,864

    Re: hide chart data & chart

    Depending on your data and your real aim you can:

    Quick try1:
    How about formatting cells with white font colour

    Quick try2:
    Place both chart data and chart itself on hidden if with VBA then you may use also "very hidden" sheet

    Quick try3:
    Have your chart data not in the sheet cells, but in named range: Ctrl+F3 (remember - it can be dynamically created with functions like OFFSET etc.) and plot your chart based on such named range(s).
    Best Regards,

    Kaper

  3. #3
    Forum Contributor
    Join Date
    02-09-2014
    Location
    Kamnik, Slovenia
    MS-Off Ver
    Excel 2010
    Posts
    693

    Re: hide chart data & chart

    Depending on your data and your real aim you can:

    Quick try1:
    How about formatting cells with white font colour
    That worked just fine, thanks for your help !!!

+ 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. Hide a chart (non pivot) when there is no data
    By Panfergrrl18 in forum Excel Charting & Pivots
    Replies: 0
    Last Post: 08-27-2013, 01:27 AM
  2. Hide chart data until populated
    By Munch5 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 04-26-2013, 04:19 PM
  3. VBA code to hide data labels on pie chart when value is zero
    By KatP in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 02-20-2013, 11:32 PM
  4. Hide Chart Data If Zero
    By Jeremy.Whitney in forum Excel Charting & Pivots
    Replies: 2
    Last Post: 12-08-2007, 09:36 PM
  5. How do I hide data labels in a pie chart that have a value of 0?
    By Kalabbi in forum Excel Charting & Pivots
    Replies: 2
    Last Post: 04-06-2005, 10:06 PM

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