Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi all,
I want to resize a chart in excel so it will fit a region on a sheet, say A1:M17. Besides using the mouse or the format chart size option to accomplish this is there any other way. Something perhaps a little more sophisticated in that it can rezise to certain coordination points. Cheers, Andy. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
You can use the mouse and ALT key to get the chartobject to align to cell edges. Drag the chart over A1 and press ALT to set Top and Left. Then grab the bottom right resize handle and when over M17 press ALT to align with the bottom corner of the cell. To do it with code try, With ActiveChart.Parent .Left = Range("A1:M17").Left .Top = Range("A1:M17").Top .Width = Range("A1:M17").Width .Height = Range("A1:M17").Height End With Cheers Andy Andy wrote: Hi all, I want to resize a chart in excel so it will fit a region on a sheet, say A1:M17. Besides using the mouse or the format chart size option to accomplish this is there any other way. Something perhaps a little more sophisticated in that it can rezise to certain coordination points. Cheers, Andy. -- Andy Pope, Microsoft MVP - Excel http://www.andypope.info |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Resizing elements of Excel charts | Charts and Charting in Excel | |||
Pasting worksheet with embedded charts | Charts and Charting in Excel | |||
Excel Charts Linked to Spreadsheets | Charts and Charting in Excel | |||
unwanted resizing when copy-pasting embedded charts | Charts and Charting in Excel | |||
Auto Resizing of Pie Charts | Excel Discussion (Misc queries) |