B
bbxrider
my chart width can change due to setting axes, etc and i want to keep it a
certain size
have tried code like below, when the 'width' number i thought was points 72
per inch to keep chart at 6"
but not working, can this be done or is it a 'relative' size
ActiveSheet.ChartObjects("Chart 1").Activate
ActiveChart.ChartArea.Select
ActiveSheet.Shapes("Chart 1").Width 452, msoFalse,
msoScaleFromTopLeft
certain size
have tried code like below, when the 'width' number i thought was points 72
per inch to keep chart at 6"
but not working, can this be done or is it a 'relative' size
ActiveSheet.ChartObjects("Chart 1").Activate
ActiveChart.ChartArea.Select
ActiveSheet.Shapes("Chart 1").Width 452, msoFalse,
msoScaleFromTopLeft