PC Review Forums Newsgroups Microsoft Excel Microsoft Excel Charting Excel chart display in a form

Reply

Excel chart display in a form

 
Thread Tools Rate Thread
Old 25-11-2003, 10:08 PM   #1
needhelp
Guest
 
Posts: n/a
Default Excel chart display in a form



Hello,
I am just wondering how to display a excel chart into a form.
I was able to call my chart object in the VBA code as:

Dim temp As ChartObject

Set temp = Worksheets("ChartDisplay").ChartObjects(1)..

But should I be assigning that variable to an image to display on th
form? cuz going temp.visible doesnt work..


THanks

-----------------------------------------------
~~ Message posted from http://www.ExcelTip.com
~~View and post usenet messages directly from http://www.ExcelForum.com

  Reply With Quote
Old 25-11-2003, 10:17 PM   #2
Stephen Bullen
Guest
 
Posts: n/a
Default Re: Excel chart display in a form

Hi Needhelp,

> I am just wondering how to display a excel chart into a form.
> I was able to call my chart object in the VBA code as:
>
> Dim temp As ChartObject
>
> Set temp = Worksheets("ChartDisplay").ChartObjects(1)..
>
> But should I be assigning that variable to an image to display on the
> form? cuz going temp.visible doesnt work..


It's not entirely straightforward <g>, but the pastepicture example on
my web site shows you how and John Walkenbach (www.j-walk.com) has
another method.

Regards

Stephen Bullen
Microsoft MVP - Excel
www.BMSLtd.co.uk

  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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off