View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
kirkm[_9_] kirkm[_9_] is offline
external usenet poster
 
Posts: 14
Default Can you stop a Msgbox from making a beep sound? Thanks.

Thanks Guys.

Not really there yet though. How come broro183
doesn't hear it though? Speakers off ??

Sub TestMS()
Application.EnableSound = False
MsgBox "Done"
Application.EnableSound = True
MsgBox "Done again"
End Sub

A beep each time as the Msgbox appears.
Disabling Windows sound completely may be the only way
but seems a bit extreme.

Cheers - Kirk