K
Ken Curtis
I use forms that are protected by password and I have installed a macro
designed by you people to overcome the SpellCheck 'problem': MS Spellcheck is
not available in protected forms. The macro is great. But I have a
question: How do I add another password to the string. Here is the script
that holds the password: Password:="mazie"
If I want to have another / different password (or more), do I just write
this:
Password:="mazie","apple","banana"
and the form chooses the password that locks it. Or is it rather more
complicated than I think it is ... which is usual.
Thanks!
Ken
designed by you people to overcome the SpellCheck 'problem': MS Spellcheck is
not available in protected forms. The macro is great. But I have a
question: How do I add another password to the string. Here is the script
that holds the password: Password:="mazie"
If I want to have another / different password (or more), do I just write
this:
Password:="mazie","apple","banana"
and the form chooses the password that locks it. Or is it rather more
complicated than I think it is ... which is usual.
Thanks!
Ken