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 As Boolean ' True if alarm should sound
Dim lBeepCount As Long ' count of beeps in current alarm sounding
Const lMaxBeep As Long = 10 ' maximum beeps for alarm
************
Thanks again,
Don
Where do I place the following code(Open Explicit, etc.) after writing the your code suggested for Timer1 and Timer2?
************************************************************
Option Explicit
Dim bAlarm As Boolean ' True if alarm should sound
Dim lBeepCount As Long ' count of beeps in current alarm sounding
Const lMaxBeep As Long = 10 ' maximum beeps for alarm
************
Thanks again,
Don