ExcellVBUser
New Member
- Joined
- Jan 20, 2005
- Messages
- 24
I have a UserForm1. my user will type their name in a textbox1
there are say 5 checkboxes labeled Item1 -Item5
Beside the checkboxes i have a button that i want to count the Items checked then store each in range b2-b21 on sheet1
there is also a Userform1.hide 'button'
I want it to check if it's a new user, so the Textbox1 will check row 1 for any old user names, if textbox is the same as any names in row1 then i want it to add the items to anything that might be under that name. If textbox1 is a new user then it checks for the next column without a username, puts the new username there, then fills in the items beneth it. Also if any items match the old users list to over write it, i don't want duplicate items under a user.
Can anyone please help me out here.
ray:
there are say 5 checkboxes labeled Item1 -Item5
Beside the checkboxes i have a button that i want to count the Items checked then store each in range b2-b21 on sheet1
there is also a Userform1.hide 'button'
I want it to check if it's a new user, so the Textbox1 will check row 1 for any old user names, if textbox is the same as any names in row1 then i want it to add the items to anything that might be under that name. If textbox1 is a new user then it checks for the next column without a username, puts the new username there, then fills in the items beneth it. Also if any items match the old users list to over write it, i don't want duplicate items under a user.
Can anyone please help me out here.