T
Tisha
I'm having some buggy problems with 2 macros that I
created in a protected form file. The fields in the
locked area are working properly, but I created 2 keyboard
macros (control+L and control+Y) that will insert a new
row in an unlocked area of the document based on the
formatting of other rows also in an unlocked portion of
the document. This insert row function works fine when the
document is unprotected, but when I turn protection on to
prevent any manipulation of locked cells, the following
visual basic debug error message is generated:
Run-time error '4605':
This method or property is not available because the
document is a protected document.
This document MUST BE protected, as certain information
cannot be altered in any way. Can anyone help me
troubleshoot this problem?
created in a protected form file. The fields in the
locked area are working properly, but I created 2 keyboard
macros (control+L and control+Y) that will insert a new
row in an unlocked area of the document based on the
formatting of other rows also in an unlocked portion of
the document. This insert row function works fine when the
document is unprotected, but when I turn protection on to
prevent any manipulation of locked cells, the following
visual basic debug error message is generated:
Run-time error '4605':
This method or property is not available because the
document is a protected document.
This document MUST BE protected, as certain information
cannot be altered in any way. Can anyone help me
troubleshoot this problem?