Thread: Error trapping
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson[_5_] Dave Peterson[_5_] is offline
external usenet poster
 
Posts: 1,758
Default Error trapping

Look for "trappable errors" in VBA's help.



Luis wrote:

Hello.
I have a custom menu that some users use it to open some files. Some of
these files have 50 or 60 Mb and some users have less that that free space on
drive C.
What error number is raised when this occurs?
How can i get a list of all errors so that i can create error handlers?

Thanks

Luis


--

Dave Peterson