Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
Hi,
I'm trying to create a macro in Excel so that I can click onto a chart and resize it without having to select the "Select Objects" arrow in the drawing toolbar (this is for very PC illterate folk). I recorded the macro and got this text: Sub Chart_two_third_width() ' ' Chart_two_third_width Macro ' Macro recorded 03/04/2008 by IT ' ' ActiveSheet.Shapes("Chart 1").Select Selection.ShapeRange.LockAspectRatio = msoFalse Selection.ShapeRange.Height = 178.5 Selection.ShapeRange.Width = 340.5 With Selection .Placement = xlMove .PrintObject = True End With End Sub However, it doesn't work and I have a sneaking suspicion that I need to get something in there that will select the chart as an object rather than a chart. Can anyone help at all? I'm (quite clearly) winging it with Visual Basic! Many thanks, ellinoz |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro creating chart gallery giving problem | Charts and Charting in Excel | |||
Resizing a Line Chart | Charts and Charting in Excel | |||
Resizing Chart window using VBA | Charts and Charting in Excel | |||
Resizing chart because of refreshing Chart Data through a query | Charts and Charting in Excel | |||
Macro for resizing of columns? | Excel Discussion (Misc queries) |