View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Gary Brown[_5_] Gary Brown[_5_] is offline
external usenet poster
 
Posts: 236
Default Com Interop Errorcode

In your procedure's error handling, put something like...

Debug.Print err.number & " - " & Err.Description

or

Msgbox err.number & " - " & Err.Description

--
Hope this helps.
If it does, please click the Yes button.
Thanks in advance for your feedback.
Gary Brown



"Raja" wrote:

Hi,

where can I find the meaning of the error code that retun from the com interop

Regards,
Raja