![]() |
Private Sub Worksheet_Change(ByVal Target As Range)
Specifying Target Not Working...
Private Sub Worksheet_Change(ByVal Target As Range) If Target.Address = Range("i4_Disc") Then Msgbox €śCell D11 has changed.€ť End If End Sub Thanks, Arturo |
Private Sub Worksheet_Change(ByVal Target As Range)
Private Sub Worksheet_Change(ByVal Target As Excel.Range)
If Target.Address = "$D$11" Then Msgbox €śCell D11 has changed.€ť End If http://www.cpearson.com/excel/events.htm d'oh! "Arturo" wrote: Specifying Target Not Working... Private Sub Worksheet_Change(ByVal Target As Range) If Target.Address = Range("i4_Disc") Then Msgbox €śCell D11 has changed.€ť End If End Sub Thanks, Arturo |
All times are GMT +1. The time now is 09:07 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com