Hi, how to access to the worksheet_change event on my current worksheet?

thanks in advance..i'm using office 2k3

i want to put a code like this:

Code:
Private Sub Worksheet_Change(ByVal Target As Range)

'code place in here

End Sub