In my module I added a method.
Private Sub Worksheet_Change(ByVal Target As Range) Debug.Print "H" End Sub I have two tables in that sheet. I try to enter values inside one table but this subroutine is not getting executed. What is wrong here?
I have a table, where I need to allow entering a value inside a cell only if another cell of the same row have a particular value? Is there a better way to do that?
Thanks Jeevan



Application.EnableEvents = True. Did you check theImmediate Windowwhether it works or not ?