Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: gertbr
  • Content: Threads
  • Order by date
  1. gertbr

    Excel VBA Alarm function incorrectly returns FALSE

    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...
  2. gertbr

    VBA Alarm function condition incorrectly returns False

    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...

Part and Inventory Search

Back
Top