![]() |
Checking to see if user selected an Option
I have a spreadsheet that has form that pops up requiring
a user to input 3 fields into 3 different text boxes. On top of that the user is expected to select a specific option out of 7 options that reside within a frame. How is it possible to validate that the user selected one of the options? I have checks in place for the input boxes, but I can't seem to figure out a way to check that an option has been selected upon hitting the OK button. Any ideas? Any help would be appreciated. Thanks. Kirk |
Checking to see if user selected an Option
Kirk,
Try something like Select Case True Case CheckBox1.Value MsgBox "1" Case CheckBox2.Value MsgBox "2" Case CheckBox3.Value MsgBox "3" End Select -- HTH Bob Phillips "Kirk" wrote in message ... I have a spreadsheet that has form that pops up requiring a user to input 3 fields into 3 different text boxes. On top of that the user is expected to select a specific option out of 7 options that reside within a frame. How is it possible to validate that the user selected one of the options? I have checks in place for the input boxes, but I can't seem to figure out a way to check that an option has been selected upon hitting the OK button. Any ideas? Any help would be appreciated. Thanks. Kirk |
All times are GMT +1. The time now is 09:09 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com