時刻の比較をVBAでしたい 削除
Message#2 2015年2月21日(土)07時51分 From: カリーニン |
こんな感じでいかがでしょう? Sub test() Dim timest As Date Dim timeen As Date Dim timesa As Date timest = Range("A1").Value timeen = Range("B1").Value timesa = timeen - timest If timesa > 10 / (24 * 60) Then Range("C1").Value = "●" Else Range("C1").Value = "" End If End Sub |
上のメッセージを削除します。
よければパスワードを入力し、削除ボタンをクリックしてください。