powerPoint,VBA(powerpoint macro 2016)中设置PlotArea.Width期间发生错误

时间:2018-02-04 09:57:27

标签: excel vba excel-vba powerpoint powerpoint-vba

我正在获取 - 对象InsideHeight的方法PlotArea在PowerPoint 2016中失败。下面的代码在旧版Office中完美运行,但是当我更新我的Office版本时,它显示错误。

在设定图表中出现错误区域属性在VBA 2016中链接高度,宽度,左侧等:
error occurred during set chart plotArea propertys link hight,width,left etc. in 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

0 个答案:

没有答案