請教各位大大!
在ThisWorkbook裡
寫
Sub worksheet_open()
one=99
end Sub
然後在模組裡寫下
Sub My()
Dim MyTime, MyStr, timeend
MyTime = Sheets("Sheet4").Range("C2")
MsgBox one '希望顯示one為99
MyStr = Format(MyTime, "00:00:00")
MsgBox MyStr
Sheets("Sheet4").Range("C3") = MyStr
If Sheets("Sheet4").Range("A3") > MyTime Then
timeend = ("13:45:00 > 13:44:59")
MsgBox timeend
End If
If Sheets("Sheet4").Range("A3") < MyTime Then
timeend = ("08:45:00 < 13:44:59")
MsgBox timeend
End If
End Sub
==================================
希望紅色顯示出來99,結果出現空白,[attach]18611[/attach]
請教這是為什麼?
謝謝各位大大耐心觀看!作者: c_c_lai 時間: 2014-7-2 16:06