Thread: BEEP
View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
ziad ziad is offline
external usenet poster
 
Posts: 11
Default BEEP

where is the code area?


"Gary''s Student" wrote:

Put the following macro in the worksheet code area of any worksheet you to
want to "beep-ize":

Private Sub Worksheet_Change(ByVal Target As Range)
Beep
End Sub
--
Gary''s Student - gsnu200762


"ziad" wrote:

I have create a workbook shared with my firends, I want to set up a beep of
bill sound whenever this workbook updated,

Thanks
Ziad