質問編集履歴

1

記述例を追加

2016/11/27 12:55

投稿

xu0124
xu0124

スコア31

test CHANGED
File without changes
test CHANGED
@@ -22,7 +22,13 @@
22
22
 
23
23
  ② まず挿入されている画像は削除して、同じ位置に画像を追加
24
24
 
25
-
25
+
26
+
27
+ shp.Delete
28
+
29
+ Set shp = Sld.Shapes.AddPicture("C:\Users\Luiz\Pictures\Caio\DSC01531.JPG", _
30
+
31
+ msoFalse, msoCTrue, l, t, w, h)
26
32
 
27
33
  最終的にはダイアログで選択した画像数分の画像差し替えをしたいです。
28
34