Thread: Event ID 1000
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
LtLeary LtLeary is offline
external usenet poster
 
Posts: 7
Default Event ID 1000

I've got an app that uses approximately 150 text boxes spread over 4
Multipage Pages on one form that runs on the "initialize" event. (Reads the
values on different sheets and populates the text boxes on the Multipage
Pages)

The problem I have is that this will run great 5 or 6 times then cause Excel
to bail with an EventID of 1000 "Faulting application excel.exe, version
11.0.6560.0, stam 4296bb6f2, faulting module unknown, version 0.0.0.0, stamp
000000000, debug?0, fault address 0x000000000.

If I step thru the code all the time (F8), I never get the failure. It is
only when it runs "normally" that I get the error.

All was working well until I added another 30 or so Text boxes and a few
pages to existing Multipages.

Has anyone else run across this? Have any ideas?

Thanks
Lt