mikerickson
MrExcel MVP
- Joined
- Jan 15, 2007
- Messages
- 24,351
There is going to be a meeting of volunteers to help with an event.
I have a workbook to help me sign up volunteers for my area.
The user fills out a userform with Name, Email and Phone, checks some checkboxes and presses the SUBMIT button.
The code for this works well, the data goes where it should.
If the Email is already in the data base, a mesage box comes up with three options:
1) Write the userform's data to the spreadsheet, duplicating the entry. Unload the UF.
2) Write nothing. Unload the UF.
3) Return to the userform.
I have code that does all this.
I also have a lousy prompt in the MsgBox.
"That e-Mail address duplicates an existing entry."
"Ignore - add this duplicated e-mail entry to the list."
"Retry - don't add. I need to change this form."
"Abort - I forgot that I already signed-up."
(Ignore is the default)
I need help composing an informative message to untrained volunteers.
Yes/No/Cancel is another option for buttons.
I've heard it said that "too much detail" is an oxymoron, so;
The purpose of this workbook is to sign up volunteers for the 40th annual
free Davis Whole Earth Festival on Mother's Day weekend (May 8, 9, 10) in Davis CA.
Started in 1969, its the longest running free festival on the West Coast.
I've worked on WEF for 30 years. This year I'm the manager at Cedar Stage and have a crew to lead. I'll be backstage with these volunteers all weekend long.
Can anyone think of a better user prompt?
Thanks.
I have a workbook to help me sign up volunteers for my area.
The user fills out a userform with Name, Email and Phone, checks some checkboxes and presses the SUBMIT button.
The code for this works well, the data goes where it should.
If the Email is already in the data base, a mesage box comes up with three options:
1) Write the userform's data to the spreadsheet, duplicating the entry. Unload the UF.
2) Write nothing. Unload the UF.
3) Return to the userform.
I have code that does all this.
I also have a lousy prompt in the MsgBox.
"That e-Mail address duplicates an existing entry."
"Ignore - add this duplicated e-mail entry to the list."
"Retry - don't add. I need to change this form."
"Abort - I forgot that I already signed-up."
(Ignore is the default)
I need help composing an informative message to untrained volunteers.
Yes/No/Cancel is another option for buttons.
I've heard it said that "too much detail" is an oxymoron, so;
The purpose of this workbook is to sign up volunteers for the 40th annual
free Davis Whole Earth Festival on Mother's Day weekend (May 8, 9, 10) in Davis CA.
Started in 1969, its the longest running free festival on the West Coast.
I've worked on WEF for 30 years. This year I'm the manager at Cedar Stage and have a crew to lead. I'll be backstage with these volunteers all weekend long.
Can anyone think of a better user prompt?
Thanks.
Last edited: