Why can't I handle err.number 380 ??
I ge this during a resize event so I thought:

on error goto Handle_Error (at beginning)

Handle_Error:
if err.number = 380 resume next

I still get a rum-time 380... how come ??