Same old song and dance-I'm new to VBA, and new to the forum, so bear with me.
I have a tendency to be long winded, so I'll try to keep it simple. I've built a userform that has checkboxes on the second tab. I want the user to be able to check a box and have that populate blanks in a textbox that I will send to a cell in a worksheet or to the textbox within the userform that I'll then send to the worksheet.
For simple example:
The textbox would already have text and the checkbox would supply the blanks.
Textbox: "XXX and YYY went to the store and saw ZZZ buying a shirt."
Checkboxes:
Sandy
Sally
Susie
If Sandy and Susie are checked, I want the textbox to read:
"Sandy went to the store and saw Susie buying a shirt."
Thank you in advance for any guidance you can provide.
I have a tendency to be long winded, so I'll try to keep it simple. I've built a userform that has checkboxes on the second tab. I want the user to be able to check a box and have that populate blanks in a textbox that I will send to a cell in a worksheet or to the textbox within the userform that I'll then send to the worksheet.
For simple example:
The textbox would already have text and the checkbox would supply the blanks.
Textbox: "XXX and YYY went to the store and saw ZZZ buying a shirt."
Checkboxes:
Sandy
Sally
Susie
If Sandy and Susie are checked, I want the textbox to read:
"Sandy went to the store and saw Susie buying a shirt."
Thank you in advance for any guidance you can provide.