amdy789 Report post Posted July 5, 2009 (edited) Hi All, I am playing around with Fusioncharts for VBA. I am having the problem of changing the sizes of charts. Here is what happening: 1) I am adding a chart to a userform and changing its height and width 2) open a userform 3) the chart placeholders always changes to a default 180 x 240 4) I change the size of a chart on the userform, start the form --> it again changes back. 5) if I open the userform in the Design mode, it shows the default size 180 x 240 I have managed to force the size by defining all charts' sizes upon loading the form, i.e. MyForm.FusionCharts1.Width = 300 MyForm.FusionCharts1.Height = 230 But it is very annoying that I cannot save any properties of the Fusion Chart object. Is it a bug? Thanks Andy Edited July 5, 2009 by Guest Share this post Link to post Share on other sites
Rahul Kumar Report post Posted July 11, 2009 Hi Andy, Could you please send us a sample application which show us this issue at [email protected]? Share this post Link to post Share on other sites