Hi All,
I have an Excel VBA macro that runs perfectly fine in 2010 and 2013, however it bombs in 2016 when it encounters the setting of the plot size characteristics. Following are the specific settings in my code that give me trouble now:
.PlotArea.Width = 630
.PlotArea.Left = 30
.PlotArea.Top = 45
.PlotArea.Height = 470
Any suggestions as to the problem and how to fix.
Many thanks,
Clay
I have an Excel VBA macro that runs perfectly fine in 2010 and 2013, however it bombs in 2016 when it encounters the setting of the plot size characteristics. Following are the specific settings in my code that give me trouble now:
.PlotArea.Width = 630
.PlotArea.Left = 30
.PlotArea.Top = 45
.PlotArea.Height = 470
Any suggestions as to the problem and how to fix.
Many thanks,
Clay