Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How do I resize the active Chart if the Chart name changes each time one is
generated. ' ActiveSheet.Shapes("Chart 88").ScaleWidth 1.46, msoFalse, _ ' msoScaleFromBottomRight ' ActiveSheet.Shapes("Chart 88").ScaleHeight 1.22, msoFalse, _ ' msoScaleFromBottomRight ' ActiveSheet.Shapes("Chart 88").ScaleWidth 1.29, msoFalse, msoScaleFromTopLeft Next time I generate a chart, it is not "Chart 88" anymore and returns an error. Thanks. -Randy- |