回答編集履歴
1
コードタグの閉じ忘れ
answer
CHANGED
@@ -12,4 +12,5 @@
|
|
12
12
|
task = .Cells(i, 3).Value
|
13
13
|
'略
|
14
14
|
Next
|
15
|
-
End With
|
15
|
+
End With
|
16
|
+
```
|