ChefSausage
Programmer
I'm trying to create a word macro that creates two checkboxes, only one of which is checked at any given time.
When I use the "Form" toolbox, it places this gray checkbox that isn't clickable. When I use the "Control" toolbox, it presents me with the option to place the checkbox I need, but no ability to manipulate the "Checkbox 1" text that appears with it.
I know that the macro code uses the inline object to create the checkbox, but don't know how to manipulate it while in macro mode to A) get rid of the text, and B) reduce the overall size of the checkbox to 14x14 so macro records the instructions. Thanks in advance.
When I use the "Form" toolbox, it places this gray checkbox that isn't clickable. When I use the "Control" toolbox, it presents me with the option to place the checkbox I need, but no ability to manipulate the "Checkbox 1" text that appears with it.
I know that the macro code uses the inline object to create the checkbox, but don't know how to manipulate it while in macro mode to A) get rid of the text, and B) reduce the overall size of the checkbox to 14x14 so macro records the instructions. Thanks in advance.