Hello, i am not so good with VBA.
Can anyone please help me understand how can i get the system current time and keep it as a constant value?
Sub Button1_Click()
Dim MyTime
MyTime = TimeValue(Time)
MsgBox (MyTime)
ModTime = MyTime + TimeValue("1:12")
MsgBox (ModTime)
End...