View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Faraz A. Qureshi Faraz A. Qureshi is offline
external usenet poster
 
Posts: 211
Default Beep Not Working

I Have found the beep sound not to be working.
Working with XL07 on Vista

Like:

Sub bp()
Beep
MsgBox "TESTING"
Beep
MsgBox "TESTING"
End Sub

Any idea??
--
Best Regards,

Faraz