Further to problems with getting a form compiled in Word 2003 to behave
properly with older versions, how can I stop my form getting closed by the
error ?
It's only one button on my form that calls the bound routine so another
button immediately after with a hyperlink to the file can be a way to open
the worksheet and do what's necessary manually.
But the error closes the form so the user loses what (s)he's already filled
in and doesn't get the chance to carry on.
I haven't been able to find anything really helpful on the net and all it
needs is some sub-routine that'll say "ignore the problem and carry on".
Jezebel - 29 Nov 2006 08:17 GMT
On error resume next ... ?
> Further to problems with getting a form compiled in Word 2003 to behave
> properly with older versions, how can I stop my form getting closed by the
[quoted text clipped - 7 lines]
> I haven't been able to find anything really helpful on the net and all it
> needs is some sub-routine that'll say "ignore the problem and carry on".