Re: My thanks to SWilliams for his support to a novice VB programmer such as myself.
Where do I place the following code(Open Explicit, etc.) after writing the your code suggested for Timer1 and Timer2?
************************************************************
Option Explicit
Dim bAlarm...
How do I change the following code so that the Beep is sounded for ten or more times? Thank you so much.
Don Harris
Private Sub Timer1_Timer()
CurrentTime = Format(Time, "hh:mm")
If CurrentTime = Text1.Text Then
Beep
MsgBox (Text2.Text), , "Personal Alarm"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.