回答編集履歴
1
誤字を修正
test
CHANGED
@@ -32,7 +32,7 @@
|
|
32
32
|
|
33
33
|
```VBA
|
34
34
|
|
35
|
-
strStart = FormatDateTime(dtStart, vbShortDate) & "00:00"
|
35
|
+
strStart = FormatDateTime(dtStart, vbShortDate) & " 00:00"
|
36
36
|
|
37
37
|
strEnd = FormatDateTime(dtEnd, vbShortDate) & " 23:59"
|
38
38
|
|