回答編集履歴
1
コード修正
test
CHANGED
@@ -24,9 +24,9 @@
|
|
24
24
|
|
25
25
|
With Sheet2
|
26
26
|
|
27
|
-
Me.tx2.Value = Format(.Cells(tgtRow, 2).Value,"
|
27
|
+
Me.tx2.Value = Format(.Cells(tgtRow, 2).Value,"hh:mm")
|
28
28
|
|
29
|
-
Me.tx3.Value = Format(.Cells(tgtRow, 3).Value,"
|
29
|
+
Me.tx3.Value = Format(.Cells(tgtRow, 3).Value,"hh:mm")
|
30
30
|
|
31
31
|
End With
|
32
32
|
|