Hi all,

well i'm trying to create a code to run whenever i input a value in a specific cell.

i think i should write this code inside the sheet module as a private sub, just like

Private Sub Worksheet_SelectionChange(ByVal Target As Range)
just make myself clear, i'd like to run a code whenever i input a value in cell A1.

i appreciate any suggestions.

thx
MSP