View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Bri[_3_] Bri[_3_] is offline
external usenet poster
 
Posts: 29
Default inserting code into a Worksheet_Change event

hi

I have a procedure that adds a new sheet, names it, formats it, inserts
formulas, etc. I have one more thing to do to the new sheet, but its giving
me trouble. I need to add code to the new sheet's Worksheet_Change event.
How do I go about doing this? The code is already written, I just don't
know how to 'insert' it into this event.

Thanks
Bri