On Error not working

A

Adept

What am I missing here ...

Neither On Error Resume Next nor On Error Go To 0 seem to work.

Any ideas why?

Roger
 
D

Don Guillett

Maybe in the wrong place. It just may? be helpful if you posted your code
here.
 
D

Dave Peterson

Maybe...

Inside the VBE.
Tools|Options|General Tab

What do you have checked in the "error trapping" section?

I bet you want "Break on unhandled errors"
 
A

Adept

I just knew it had to be something simple --- I had checked Break on All
Errors

Of course, with so o o o o many things to remember, I guess its Not All
That Simple

Thanks
 
Top