Thread: Error Checking
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Norman Jones Norman Jones is offline
external usenet poster
 
Posts: 5,302
Default Error Checking

Hi Jason,

See the On Error Statement in VBA help.



---
Regards,
Norman



"Jason Zischke" wrote in message
...
Hi all,

Is there a way for a code to check for an error in the code like the
ISSERROR function in an excel worksheet so I can in my code say 'If Error
=
True Then do this Else do that'.If someone can help me that would be
great.

Thanks an Adance

Jason Zischke