J
Jerry Natowitz
I have noticed that it is very easy to get the VBA editor to get
confused. One way is to delete or change the name of a subroutine. One
of three things will happen:
1) An immediate crash - I send these on occasionally to Microsoft, does
any really look at them?
2) Persistent syntax errors about having code past an "End Sub". This
is the most serious, as I can no longer use the spreadsheet. When I use
the Object browser it shows a subroutine that no longer exists.
3) "Whirling circle of death", as a coworker calls it. I have to issue
a kill -1 <PID> to be able to recover.
confused. One way is to delete or change the name of a subroutine. One
of three things will happen:
1) An immediate crash - I send these on occasionally to Microsoft, does
any really look at them?
2) Persistent syntax errors about having code past an "End Sub". This
is the most serious, as I can no longer use the spreadsheet. When I use
the Object browser it shows a subroutine that no longer exists.
3) "Whirling circle of death", as a coworker calls it. I have to issue
a kill -1 <PID> to be able to recover.