LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10
Default Specifying the size (in cm) of a chart ?

Thanks !

"Jim Cone" wrote in message
...
Xavier,

I used 2.54 cm/Inch and 72 Points/Inch.
Two slightly different ways to size the ChartObject.
The ChartObject is the container for an embedded chart.
'-----------------------
Sub MakeItToSize()
ActiveChart.Parent.Width = 567
End Sub

Sub JustLikeIWant()
ActiveSheet.ChartObjects(1).Width = 567
End Sub
'-----------

Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware



"Xavier" wrote in message ...
Hello,
I am currently generating some charts via VBA on Excel 2003. I would like
to
resize these charts so that they would have a width of 20 cm. I could not
find a way to achieve this (neither did google return relevant info).

Any help would be appreciated.
Thanks,
Xavier



 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Size of Chart Paula Excel Discussion (Misc queries) 1 June 25th 07 05:04 PM
Chart size [email protected] Charts and Charting in Excel 1 May 17th 07 05:15 PM
Chart size JKC Charts and Charting in Excel 1 February 14th 06 04:30 PM
copy charts & paste as picture, hide chart, size & place same picture as chart Gunnar Johansson Excel Programming 0 October 30th 04 01:22 AM
Chart Size Eric Van Buren Excel Programming 4 April 13th 04 09:26 PM


All times are GMT +1. The time now is 12:37 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"