chippymark
Board Regular
- Joined
- Aug 2, 2007
- Messages
- 50
Hi, I will try and simplify my question.. I have a userform from which a user selects different option buttons etc which will then decipher a route for production.
However I am struggling to show the user the selected route within the userform without showing all the information.
Let say the calculations show
Cell B2 = Cut Material C2 = Yes
Cell B3 = Rough Material C3 = No
Cell B4 = Stand 24 hrs C4 = Yes
Cell B5 = Send to Sub Con C5 = No
Cell B6 = Inspect C6 = Yes
Etc......
I Would like is the UserForm to only display the text in C if the B contains Yes
so in the above example i'd like the UserFom to show
Cut Material
Stand 24hrs
Inspect
Would this be done as Labels or text boxes.
Any help would be appreciated (please note I am relatively new to UserForms)
Thanks
Mark..
However I am struggling to show the user the selected route within the userform without showing all the information.
Let say the calculations show
Cell B2 = Cut Material C2 = Yes
Cell B3 = Rough Material C3 = No
Cell B4 = Stand 24 hrs C4 = Yes
Cell B5 = Send to Sub Con C5 = No
Cell B6 = Inspect C6 = Yes
Etc......
I Would like is the UserForm to only display the text in C if the B contains Yes
so in the above example i'd like the UserFom to show
Cut Material
Stand 24hrs
Inspect
Would this be done as Labels or text boxes.
Any help would be appreciated (please note I am relatively new to UserForms)
Thanks
Mark..