View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Bob Bob is offline
external usenet poster
 
Posts: 972
Default Beep Change The Sound

Part of the code I am using is:

If IsError(res) Then
Beep
Else

How can I change the Beep "Sound" to something else. Perhaps some other
default sounds in XP. What would the code be?

Thanks,
Bob