Z
ziad
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
bill sound whenever this workbook updated,
Thanks
Ziad
Gary''s Student said: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