Hi,

Does anyone know how set up Msgbox so it makes a sound (e.g. a beep)
when it is displayed.

Thanks,
Mark

Re: Msgbox--Sound by Helmut

Helmut
Wed May 24 09:35:32 CDT 2006

Hi Mark,

beep
msgbox

unless your PC is a very special one,
as discussed here lately.

--
Greetings from Bavaria, Germany

Helmut Weber, MVP WordVBA

Win XP, Office 2003
"red.sys" & Chr$(64) & "t-online.de"

Re: Msgbox--Sound by Karl

Karl
Wed May 24 11:41:11 CDT 2006

Mark wrote:
> Does anyone know how set up Msgbox so it makes a sound (e.g. a beep)
> when it is displayed.

I agree with Helmut. Issue your own Beep right before the MsgBox, if you
must. But beware that *the user* may have configured one as well. This is,
afterall, a systemwide setting that should remain fully within the user's
discretion. If you'd like to plumb the registry, to find what settings have
been indicated, see http://vb.mvps.org/samples/SysSnd.
--
Working without a .NET?
http://classicvb.org/



Re: Msgbox--Sound by Mark

Mark
Wed May 24 13:12:59 CDT 2006

Thanks Everyone!

Mark