powerpivotlegal
New Member
- Joined
- May 14, 2014
- Messages
- 30
Hello,
After watching many tutorials on VBA UserForms and simple Data Entry Excel Forms, I am in way over my head. I think I can create the layout for the customized form with command buttons, text boxes, check boxes, but I have no idea what code is needed to make it all work.
Essentially, I need a UserForm with 5 data entry points.
1) Project Name (Text Box)
2) Supervisor Name (List Box or Drop Down of 4 names - limit to one selection)
3) Assigned Team Member(s) (check box of 15 names to allow for multiple selections)
4) Status (List of 4 options)
5) Comments (text box)
The UserForm would populate a datasheet in a separate tab with Column Headings of the data entry points.
For example, if someone entered the following:
1) Project A
2) Supervisor A
3) Team Member A, Team Member B
4) In Process
5) Due date extended until May
The datasheet would populate 2 rows - (row 1 data would be for Team Member A with data from points 1,2, 4 and 5 and row 2 data would be for Team Member B with same data of 1,2,4 and 5).
The UserForm would need a Search function to search by Project or Supervisor. The UserForm would also need to be have capability to easily update or delete previous entries. For example, delete Project A entirely from datasheet or add Team Member C to Project A.
Any help to get me started or pointed in the right direction would be greatly appreciated.
Best,
JB
After watching many tutorials on VBA UserForms and simple Data Entry Excel Forms, I am in way over my head. I think I can create the layout for the customized form with command buttons, text boxes, check boxes, but I have no idea what code is needed to make it all work.
Essentially, I need a UserForm with 5 data entry points.
1) Project Name (Text Box)
2) Supervisor Name (List Box or Drop Down of 4 names - limit to one selection)
3) Assigned Team Member(s) (check box of 15 names to allow for multiple selections)
4) Status (List of 4 options)
5) Comments (text box)
The UserForm would populate a datasheet in a separate tab with Column Headings of the data entry points.
For example, if someone entered the following:
1) Project A
2) Supervisor A
3) Team Member A, Team Member B
4) In Process
5) Due date extended until May
The datasheet would populate 2 rows - (row 1 data would be for Team Member A with data from points 1,2, 4 and 5 and row 2 data would be for Team Member B with same data of 1,2,4 and 5).
The UserForm would need a Search function to search by Project or Supervisor. The UserForm would also need to be have capability to easily update or delete previous entries. For example, delete Project A entirely from datasheet or add Team Member C to Project A.
Any help to get me started or pointed in the right direction would be greatly appreciated.
Best,
JB
Last edited: