Thread: excel errors
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] john.9.williams@bt.com is offline
external usenet poster
 
Posts: 104
Default excel errors

Hi,

I have written alot of basic excel programs using VBA, i generally get
the below message inconsistently when i am using them

"Excel.exe has generated errorsand it will be closed by windows you
need to restart the program an error log is being created"

Can anyone advise how i can solve this, it does only seem to happen on
programs that use userforms, i thought it was due to the fact that i
was not unloading the forms before i shut excel down, but i am now
doing this. help

Johny5