I need to use VBA to create a new sheet (got that part taken care of) but then I need to add a Private Sub Worksheet_Change(ByVal Target As Range) subroutine to the page that I have just created. How do I go about accomplishing that?