Help including exception handling - try block

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi.. I know this is a "rookie" question so let me apologize to the forum
ahead of time.

However...

I am trying to include a Try block in to my code. However, there seems to
be no reference to whatever object holds this code as it does not understand
when I try to say something like this
Try

.....

END Try
I know I need to go in to "Tools->Reference" to add the correct module but
I have have no idea which object needs to be added. Can anyone help?
Also, is there a reference guide somewhere that tells you what "library" a
command is in?

Again, thanks in advance and for helping me out.
 
There is no Try/Catch construct in VBA.

For error trapping, see the On Error statement in VBA Help

Does that help?
***********
Regards,
Ron

XL2003, WinXP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top