Sound when running macro

G

GJones

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
 
Top