No, code ain't in event handler, but in the worksheet module. I just make call from event handler. And my data isn't outlined and doesn't have subtotals.
The thing is that I just re-work code. In previous code I have event handler, which calls, say, Sub1. This Sub1, in its turn, calls Sub2 etc.
Thus, in my event handler I have only one line: Call Sub1. I tried to do the same thing in new workbook. All works fine. :(
Last edited by sektor; September 21st, 2009 at 12:14 AM.
|