回答編集履歴

1

コード修正

2021/09/29 02:12

投稿

hatena19
hatena19

スコア34075

test CHANGED
@@ -24,9 +24,9 @@
24
24
 
25
25
  With Sheet2
26
26
 
27
- Me.tx2.Value = Format(.Cells(tgtRow, 2).Value,"yyyy/mm/dd")
27
+ Me.tx2.Value = Format(.Cells(tgtRow, 2).Value,"hh:mm")
28
28
 
29
- Me.tx3.Value = Format(.Cells(tgtRow, 3).Value,"yyyy/mm/dd")
29
+ Me.tx3.Value = Format(.Cells(tgtRow, 3).Value,"hh:mm")
30
30
 
31
31
  End With
32
32