I am trying to configure an alarm based on the value of a cell which is linked to a web query
The formula is:
=Alarm(D7;">=1")
The VBA code is:
'Windows API function declaration
Private Declare Function PlaySound Lib "winmm.dll" _
Alias "PlaySoundA" (ByVal lpszName As String, _
ByVal hModule As...
I am trying to configure an alarm based on the value of a cell which is linked to a web query
The formula is
=Alarm(A1;">=1")
When I set the condition based on the value of cel A1 and type manually a number > 1 in cel A1, the alarm functions properly
When I change A1 in the formula to D4 or D5...
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.