In VBA, go to Tools > Options. On the General tab, clear the 'Break on all
errors' checkbox.
Thanks, Jezebel, it works.
Do you know how and where this option is stored? I mean, is it stored in the
VBA project, so that all my users have it, or is it personal for the users,
so that all users must set this option. In the last case, i s there VBA code
to do it automaticly in startup? (I've recorded my setting of the of the
option, but is didn't result in code)
Regards,
Henk
> In VBA, go to Tools > Options. On the General tab, clear the 'Break on all
> errors' checkbox.
[quoted text clipped - 28 lines]
> >
> > Henk
Jezebel - 04 Aug 2006 12:11 GMT
No, I don't know where it's stored; but it's certainly local. It's switched
off by default, so you don't normally have to worry about it. If your users
don't play around in VBA, it won't be an issue; and if they do, well then
it's their problem, not yours.
> Thanks, Jezebel, it works.
>
[quoted text clipped - 45 lines]
>> >
>> > Henk