PC Review


Reply
Thread Tools Rate Thread

How to capture Chart in Image Object

 
 
Pauline Ohanian
Guest
Posts: n/a
 
      6th Nov 2003
Hi

I have a form done in VBA. I have an Image Object in the form. I am
generating a Chart and want to show the Chart on the form - in the Image
Object... Can anyone tell me what is the right syntax?

**************
ActiveChart.Location Where:=xlLocationAsNewSheet
With ActiveChart
.HasTitle = True
.ChartTitle.Characters.Text = "Avg. Profit vs Order Qty."
.Axes(xlCategory, xlPrimary).HasTitle = True
.Axes(xlCategory, xlPrimary).AxisTitle.Characters.Text = "Order
Qty."
.Axes(xlValue, xlPrimary).HasTitle = True
.Axes(xlValue, xlPrimary).AxisTitle.Characters.Text = "Avg. Profit"
End With
Image1.??? = ????
*************
This is where the Chart is being generated. I need to assign it to Image1.
But dunno how.


TIA,
Pauline.


 
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
Windows Deployment Services Capture Wizard, Image capture in WDS =?Utf-8?B?SmltIFByZW5kZXJnYXN0?= Windows XP Setup 1 18th May 2007 10:23 AM
Double Clicking Chart object at PP slide clears chart's DataSheet =?Utf-8?B?U29uaWM=?= Microsoft Powerpoint 6 13th Sep 2006 12:15 PM
Cannot Activate Chart Area in Chart. Chart Object Failed ahperez@gmail.com Microsoft Excel Programming 2 8th Aug 2006 02:38 AM
Image comparison, from image capture device Paul Aspinall Microsoft C# .NET 2 25th Jan 2005 09:39 PM
Image comparison, from image capture device Paul Aspinall Microsoft Dot NET Framework 2 25th Jan 2005 09:39 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:54 PM.