我正在获取 - 对象InsideHeight
的方法PlotArea
在PowerPoint 2016中失败。下面的代码在旧版Office中完美运行,但是当我更新我的Office版本时,它显示错误。
在设定图表中出现错误区域属性在VBA 2016中链接高度,宽度,左侧等:
我的代码示例:
With .Chart
.ChartGroups(1).GapWidth = 90
.ChartGroups(1).Overlap = 100
.PlotArea.Select
.PlotArea.InsideHeight = 450
.PlotArea.InsideWidth = 280
.PlotArea.width = 500
.PlotArea.left = 5
.PlotArea.top = 10