View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Exception Error? What is it?

It means a hard untrappable error has occurred and processing can not
continue. Beyond that, it is similar to a general protection fault - no
real information conveyed on what has happened. That has been my
experience.

--
Regards,
Tom Ogilvy

Julian Milano wrote in message
...
I placed an awful lot of text in a textbox on a userform. The userform is
heavily populated with controls and internal code.

I got the error "Exception Occurred" after pasting the text in the textbox
and tabbing to the next control. The dialog title says "MS Forms and it

has
one OK button.

What does it mean or what is it trying to say to me?

XL2002, WinXP SP2.

--


Julian Milano