Hi all,
I have a simple command in my macro which should change a width of my chart to 23cm. But for some charts it works and for some other charts it changes its width to 23.17cm. I have checked the properties of both charts and didn't find any difference.
I have tried
but it didn't help.
Does anyone had any idea why?
I have a simple command in my macro which should change a width of my chart to 23cm. But for some charts it works and for some other charts it changes its width to 23.17cm. I have checked the properties of both charts and didn't find any difference.
Code:
ActiveChart.ChartArea.Width=647
I have tried
Code:
ActiveChart.Parent.Width=647
but it didn't help.
Does anyone had any idea why?