下面编写的代码用于使用 vba-excel 宏在 powerpoint 中设置图像的位置和大小:
With ActiveWindow.Selection.ShapeRange
.Height = 400
.Width = 400
.Left = 50
.Top = 50
End With
给出这些尺寸的单位是什么?400点等于多少英寸?
下面编写的代码用于使用 vba-excel 宏在 powerpoint 中设置图像的位置和大小:
With ActiveWindow.Selection.ShapeRange
.Height = 400
.Width = 400
.Left = 50
.Top = 50
End With
给出这些尺寸的单位是什么?400点等于多少英寸?