View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
João João is offline
external usenet poster
 
Posts: 1
Default Calling VBA Function

Hi! I'm trying to 'ask' Excel to Beep evrytime a condition turns TRUE. For
example, every time cell A3 equals 10, beep. I did a Sub Noise () in VBA so I
could call that Sub in that If statement but how can I do it?

Thanks