View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
GJones GJones is offline
external usenet poster
 
Posts: 132
Default Sound when running macro

Hi Randy;

Make sure there is not a call that says "Beep". This will
envoke a built in Windows sound.

One work around might be to put this code in your macro.

Application.DisplayAlerts = False

Thanks,

Greg


-----Original Message-----
I have a macro in MS Excel that I have been using for

quite a while and it
works very well. Lately, when I run the macro, I get a

sound "beak".
Otherwise everything works fine. I do not have MS sounds

downloaded, and I
can't find anything re this in control panel sounds (at

least, that I
recognize).

Any ideas?

--
Randy
.