Multiple change events on same sheet
I'm sure this is an easy question. I already have a
Worksheet_Change(ByVal Target as Range) procedure for my "Sales"
worksheet. I need to add code to respond to some additional changes on
the sheet. How is that done? (I added the code in the same procedure,
but it doesn't work.)
Thanks.
|