質問編集履歴
1
追記」
title
CHANGED
File without changes
|
body
CHANGED
@@ -8,4 +8,9 @@
|
|
8
8
|
```VBScript
|
9
9
|
Dim oApp : Set oApp = CreateObject("PowerPoint.Application")
|
10
10
|
oApp.Visible = True
|
11
|
-
```
|
11
|
+
```
|
12
|
+
|
13
|
+
追記
|
14
|
+
oApp.Visible = False
|
15
|
+
にすると下記のようなエラーになります
|
16
|
+

|