Look in the ThisWorkbook module and use this
Private Sub Workbook_SheetChange(ByVal Sh As Object, ByVal Target As Range)
End Sub

Signature
Don Guillett
Microsoft MVP Excel
SalesAid Software
dguillett1@austin.rr.com
> Private Sub Worksheet_Change(ByVal Target As Range)
> ' Do Something
[quoted text clipped - 5 lines]
>
> Can someone explain how?
iamnu - 08 May 2008 15:52 GMT
> Look in the ThisWorkbook module and use this
> Private Sub Workbook_SheetChange(ByVal Sh As Object, ByVal Target As Range)
[quoted text clipped - 15 lines]
>
> > Can someone explain how?
Thank you, sir!
Don Guillett - 08 May 2008 16:22 GMT
Glad to help

Signature
Don Guillett
Microsoft MVP Excel
SalesAid Software
dguillett1@austin.rr.com
>> Look in the ThisWorkbook module and use this
>> Private Sub Workbook_SheetChange(ByVal Sh As Object, ByVal Target As
[quoted text clipped - 18 lines]
>
> Thank you, sir!