動作検証バージョン:64bit Windows 10 Pro + 32bit Excel + PowerPoint(バージョン2106 ビルド14131.20278 Microsoft Store)
Excel VBAのShapeとPowerPoint VBAのShapeが持つプロパティの一覧を作成しました。
メソッドについても、両方に用意されているものもあれば、一方にしかないものもあります。
Excel.Shapeの メソッド | 戻り値 | PowerPoint.Shapeの メソッド | 戻り値 |
---|---|---|---|
Apply | なし | Apply | なし |
- | ApplyAnimation | なし | |
- | ConvertInkToText | String | |
- | ConvertTextToSmartArt | なし | |
Copy | なし | Copy | なし |
CopyPicture | なし | - | |
Cut | なし | Cut | なし |
Delete | なし | Delete | なし |
Duplicate | Shape | Duplicate | ShapeRange |
Flip | なし | Flip | なし |
IncrementLeft | なし | IncrementLeft | なし |
IncrementRotation | なし | IncrementRotation | なし |
IncrementTop | なし | IncrementTop | なし |
PickUp | なし | PickUp | なし |
- | PickupAnimation | なし | |
RerouteConnections | なし | RerouteConnections | なし |
ScaleHeight | なし | ScaleHeight | なし |
ScaleWidth | なし | ScaleWidth | なし |
Select | なし | Select | なし |
SetShapesDefault Properties | なし | SetShapesDefault Properties | なし |
Ungroup | ShapeRange | Ungroup | ShapeRange |
- | UpgradeMedia | なし | |
ZOrder | なし | ZOrder | なし |
メソッドについては、CopyPictureメソッドがExcelにしか用意されていないのが、特に興味深く感じます。
最終更新日時:2022-10-06 10:14
[スポンサードリンク]
Home » エクセルマクロ・Excel VBAの使い方 » Shapesコレクション・Shapeオブジェクト » Excel.ShapeとPowerPoint.Shapeのメソッド比較一覧