D
DDawson
Hi, I want to make a word document into a form that I can both protect and
also allow users to input data into, but I don't know if I'm going about it
the right way.
I'm using the control toolbox to create several checkboxes and adjacent
textboxes on my document. I have put some default text into the control boxes
which I want to make strikethrough format out by default. I don't know how to
do this.
Essentially, I want to allow the users to select the checkbox beside the
text to unstrike it, thus enabling the text to be shown normally. So that the
user is picking specific clauses that they want to form part of their
contract.
I don't know where to put the code. For example, if I was using a userform
the code would be part of the form. In this case, is the code part of the
thisdocument object and if so what event should I use e.g. click, change,
gotfocus?
If my textbox is called txt1 and my checkbox is chk1 can you give me some
example code on how I do this.
Kind regards
Dylan Dawson
also allow users to input data into, but I don't know if I'm going about it
the right way.
I'm using the control toolbox to create several checkboxes and adjacent
textboxes on my document. I have put some default text into the control boxes
which I want to make strikethrough format out by default. I don't know how to
do this.
Essentially, I want to allow the users to select the checkbox beside the
text to unstrike it, thus enabling the text to be shown normally. So that the
user is picking specific clauses that they want to form part of their
contract.
I don't know where to put the code. For example, if I was using a userform
the code would be part of the form. In this case, is the code part of the
thisdocument object and if so what event should I use e.g. click, change,
gotfocus?
If my textbox is called txt1 and my checkbox is chk1 can you give me some
example code on how I do this.
Kind regards
Dylan Dawson