Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default Too many ignored errors

Hi,

I made a quite complicated VBA program. It works so-and-so: the
functionality is OK, but
1) When I close Excel the application crashes
2) Sometimes the application hangs. I have not been able to find out
why.
3) If I leave the application running overnight (which I want to) it
stops with the error
Run-time error '18195'
Too many ignored errors.

I have not found anything regarding the error message. Anyone knows
what it means?

Best Regards
Eric

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,391
Default Too many ignored errors

Never seen that error from Excel. Is it a VBA error or from another
component ? Something with an errors collection like ADO ?
Without any idea of what you code does, all I can say is fix your code
first.
Remove all "On Error resume Next" statements so you can see what is actually
erroring.
If using any API calls check you are calling them correctly and checking
return values for success.

NickHK

wrote in message
oups.com...
Hi,

I made a quite complicated VBA program. It works so-and-so: the
functionality is OK, but
1) When I close Excel the application crashes
2) Sometimes the application hangs. I have not been able to find out
why.
3) If I leave the application running overnight (which I want to) it
stops with the error
Run-time error '18195'
Too many ignored errors.

I have not found anything regarding the error message. Anyone knows
what it means?

Best Regards
Eric



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel Throwing Circular Errors When No Errors Exist MDW Excel Worksheet Functions 1 August 10th 06 02:15 PM
Look for Errors Steph Excel Programming 3 April 4th 06 04:12 PM
VBA IRR and errors ericsh Excel Programming 0 February 13th 06 06:45 PM
sum errors Mark Goodwin Excel Worksheet Functions 3 May 5th 05 03:51 AM
Unresolved Errors in IF Statements - Errors do not show in results Markthepain Excel Worksheet Functions 2 December 3rd 04 08:49 AM


All times are GMT +1. The time now is 08:27 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"