I am trying to auto-fill a protected form in MS WORD. I was using setformresult for the fill-in and combo box fields, but it doesn't seem to work for a check box. What should I use?
I have tried:
Wordbasic.setformresult "Check1", -1
that is giving me a "bad parameter" error when run.
I also tried:
WordBasic.setformresult "Check1", True
I got the same error.
Any help would be appreciated.
Thanks and best regards,
Elena
I have tried:
Wordbasic.setformresult "Check1", -1
that is giving me a "bad parameter" error when run.
I also tried:
WordBasic.setformresult "Check1", True
I got the same error.
Any help would be appreciated.
Thanks and best regards,
Elena