kayakginge
New Member
- Joined
- Dec 11, 2017
- Messages
- 19
Hello,
I am brand new to VBA and would really appreciate any help anybody can offer with my userform.
I am using excel 2016.
I am trying to make a userform to record a daily log of crew on board a number of different boats.
I have date input via textbox
Boat selection is via three different checkboxes
crew selection is from 10 checkboxes
passenger input in via textbox
i have an ok button for submission and a close button to unload and close.
I would like it to do the following all on a sheet called Crew.
1.
Record the date from a textbox in column A in format dd/mm/yyyy
Record boat name in column B by selecting the boat with a checkbox
Record Crew names in any order over the next available columns and row from Column C to H again by checkbox selection (Maximum is 6 crew hence C to H)
Record any passengers in Column I from a textbox input.
2.
I would like the OK button to be used to submit the data and clear the entries but keep the userform open.
3.
I would like to make it so that the sheet is protected so that the only way of changing the data is through the userform or password.
4.
If possible i would like the sheet to be hidden unless you type in a password.
I realise that this is a lot to ask so the requests are numbered in order of importance. Any help would be appreciated and thank you in advance.
I am brand new to VBA and would really appreciate any help anybody can offer with my userform.
I am using excel 2016.
I am trying to make a userform to record a daily log of crew on board a number of different boats.
I have date input via textbox
Boat selection is via three different checkboxes
crew selection is from 10 checkboxes
passenger input in via textbox
i have an ok button for submission and a close button to unload and close.
I would like it to do the following all on a sheet called Crew.
1.
Record the date from a textbox in column A in format dd/mm/yyyy
Record boat name in column B by selecting the boat with a checkbox
Record Crew names in any order over the next available columns and row from Column C to H again by checkbox selection (Maximum is 6 crew hence C to H)
Record any passengers in Column I from a textbox input.
2.
I would like the OK button to be used to submit the data and clear the entries but keep the userform open.
3.
I would like to make it so that the sheet is protected so that the only way of changing the data is through the userform or password.
4.
If possible i would like the sheet to be hidden unless you type in a password.
I realise that this is a lot to ask so the requests are numbered in order of importance. Any help would be appreciated and thank you in advance.