P
Phyllis
I am writing vba 6.5 code in excel 2003 and I was getting an error about a
subscript out of range when executing a worksheet_change event. I have put
traces in my code to print when I execute code out of different events.
My subscript problem is happening because when I do a change on this one
worksheet and it executes the worksheet_change event, it is also showing that
a change event is occurring on another spreadsheet that isn't even active.
What is occurring to cause other events to trigger when not even on the
worksheet where those events are assigned?
subscript out of range when executing a worksheet_change event. I have put
traces in my code to print when I execute code out of different events.
My subscript problem is happening because when I do a change on this one
worksheet and it executes the worksheet_change event, it is also showing that
a change event is occurring on another spreadsheet that isn't even active.
What is occurring to cause other events to trigger when not even on the
worksheet where those events are assigned?