I do apologize. I meant to put this in the code for the workbook:
Private Sub Workbook_SheetChange(ByVal Sh As Object, ByVal Target A
Range)
If Target.Column = 1 And Target.Row = 1 Then
MsgBox ("HI!")
End If
End Sub
- Piku
--
Message posted from
http://www.ExcelForum.com