質問編集履歴
1
コードの追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -37,6 +37,10 @@
|
|
37
37
|
|
38
38
|
|
39
39
|
```vba
|
40
|
+
|
41
|
+
Dim OL As outlook.Application
|
42
|
+
|
43
|
+
Set OL = CreateObject("Outlook.Application")
|
40
44
|
|
41
45
|
Dim ws As Object, dt As Variant
|
42
46
|
|