Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
lin lin is offline
external usenet poster
 
Posts: 1
Default Network error

Does nayone know how to trap a Windows Error
the error message contains this

Network I/O Error

I want to trap this error but the regular error handler
does not work.

Is there a way to trap System or Window Errors when they
occur.
thanks Sirron
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 860
Default Network error

Hi Sirron,

What VBA code are you executing when you get this error? I think that's a
Jet error. Anyway, some context to your problem would be helpful.

--
Regards,

Jake Marx
MS MVP - Excel
www.longhead.com

[please keep replies in the newsgroup - email address unmonitored]


lin wrote:
Does nayone know how to trap a Windows Error
the error message contains this

Network I/O Error

I want to trap this error but the regular error handler
does not work.

Is there a way to trap System or Window Errors when they
occur.
thanks Sirron


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 15
Default Network error

How about:

On Error Resume Next


code which causes error
select case err.number
case 111
do whatever
etc

Angus


"lin" wrote in message
...
Does nayone know how to trap a Windows Error
the error message contains this

Network I/O Error

I want to trap this error but the regular error handler
does not work.

Is there a way to trap System or Window Errors when they
occur.
thanks Sirron



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
Network days - Returns error sometimes. Matts Excel Discussion (Misc queries) 1 November 19th 07 03:38 PM
Saving error on network ryanlcs Excel Discussion (Misc queries) 1 December 23rd 05 01:08 PM
Connection error to network drive dmlw96 Excel Discussion (Misc queries) 0 September 30th 05 08:24 PM
Read-only error saving to network Will B Excel Discussion (Misc queries) 0 May 2nd 05 05:59 PM
Logbook generates runtime error 438 on another network computer Jim Robertson Excel Programming 4 October 7th 03 12:03 AM


All times are GMT +1. The time now is 03:48 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"