PC Review


Reply
Thread Tools Rate Thread

create chart in worksheet but hide the data from user

 
 
kiwis
Guest
Posts: n/a
 
      23rd Apr 2007
Hi

Is there any way to hide the data from user & just create & show the
chart?
I have the data on sheet 1 & i created the chart to be shown on sheet
1.

But i want to just show the chart only, do i create the chart in vba?

Sample of of my data on sheet 1
A1 B1
pd1 15
pd2 2
pd3 28

i'm creating the bar chart.

Thank you for providing any ideas.

rgds
kiwis

 
Reply With Quote
 
 
 
 
Peter T
Guest
Posts: n/a
 
      24th Apr 2007
Hi kwis,

Some ideas, -

Put your data on an xlVeryHidden sheet

Store data in Named formulas (the Names can be programmatically hidden)

For smallish Series such as you indicated, values can be as arrays in the
Series formula
{1,2,3}
Protect Objects to prevent viewing the formula bar.

Shift > Edit > Copy Picture, paste back, delete the original chart.

Regards,
Peter T


"kiwis" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi
>
> Is there any way to hide the data from user & just create & show the
> chart?
> I have the data on sheet 1 & i created the chart to be shown on sheet
> 1.
>
> But i want to just show the chart only, do i create the chart in vba?
>
> Sample of of my data on sheet 1
> A1 B1
> pd1 15
> pd2 2
> pd3 28
>
> i'm creating the bar chart.
>
> Thank you for providing any ideas.
>
> rgds
> kiwis
>



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Want to Hide columns in spreadsheet but NOT hide data in chart. KrispyData Microsoft Excel Charting 1 20th Mar 2009 04:45 PM
Hide the tab with the data associated with a chart =?Utf-8?B?SXJlbmUgT0w=?= Microsoft Excel Charting 1 1st Aug 2007 07:21 PM
Use detailed data in one worksheet to create summary data as chart source rdemyan Microsoft Excel Charting 0 23rd Jan 2007 02:18 PM
Hide the data label for a data table in a chart =?Utf-8?B?S2F0aHk=?= Microsoft Excel Charting 2 24th Apr 2005 03:29 AM
Chart Data - how to hide it Neil G Microsoft Excel Charting 3 6th Nov 2004 04:54 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:35 AM.