dicktimmerman
New Member
- Joined
- Jan 11, 2018
- Messages
- 12
- Office Version
- 365
- Platform
- Windows
Hi all,
I have a sort of Database built in Excel and a Word document (Certificate of Conformity) which has to be filled out with Data from the Excel Database.
I already sorted out how I can fill the several "ContentControls" with VBA, now i'm stuck with the following problem.
There are some fields in the word document of which certain parts have to be striked out.
For instance: Steering category: <strike>manual/</strike>power-assisted/<strike>servo steering/differential</strike> (1).
I have named my contentcontrol "Steering_Cat", know how to add text to that, now is the challenge to select wording in this contentcontrol and add the "strikethroug" property to that part of the contentcontrol.
Who has the solution? I don't.
I have a sort of Database built in Excel and a Word document (Certificate of Conformity) which has to be filled out with Data from the Excel Database.
I already sorted out how I can fill the several "ContentControls" with VBA, now i'm stuck with the following problem.
There are some fields in the word document of which certain parts have to be striked out.
For instance: Steering category: <strike>manual/</strike>power-assisted/<strike>servo steering/differential</strike> (1).
I have named my contentcontrol "Steering_Cat", know how to add text to that, now is the challenge to select wording in this contentcontrol and add the "strikethroug" property to that part of the contentcontrol.
Who has the solution? I don't.