Run-time error 4605

C

Complibr

I'm getting the following error when I close a Word form:

Run-time error 4605
This method or property is not available because the document is a protected
document.

Thanks for any suggestions!
 
D

Doug Robbins - Word MVP

Are there any macros in the document/(template from which it was created)?

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP, originally posted via msnews.microsoft.com
 
F

Fumei2 via OfficeKB.com

4605 is a tricky error. It can occur for a variety of reasons.

For example: If an ActiveX control uses Selection, this gives a 4605 error.

It is, basically, an accessibility error.

Please post the actual code you are using to close the form, and what you are
doing before this.
Are there any macros in the document/(template from which it was created)?
I'm getting the following error when I close a Word form:
[quoted text clipped - 4 lines]
Thanks for any suggestions!
 
Top