Hi there. i am working for a non-profit agencie and am making them a form in my spare time but have become quite syuck based on my feeble VBA knowledge.
I have created a huge userformwith about 15 pages to use as an application form. As it gets filled in so do the worksheets/printable version. I have managed to link all textboxes combo and check boxes to the worksheet but have a three questions and was hoping someone could help.
1.)I need code that will bring up the correct hidden worksheets when the form is submitted dependent on a check box. for instance when you hit submit and 'CheckBox347' is checked it brings up worksheets 1 2 and 3 but when 'checkbox 348' is checked it brings up sheets 1, 2, 3 and 4.
2.) i want some sort of password automated autocomplete. i have a database with lots of peoples information on, is there a way to auto complet some peoples data if they type in a particular username and password.
and 3) the easier question, i want a another checkbox to appear when one checkbox is ticked. to prevent someone entering info when it is not needed.
I know this is a hell of a lot to ask but i though i would ask all at once instead of annoying people by getting one question answered then asking another.
i thank anyone who reads this for taking time and hope you can help me.
I have created a huge userformwith about 15 pages to use as an application form. As it gets filled in so do the worksheets/printable version. I have managed to link all textboxes combo and check boxes to the worksheet but have a three questions and was hoping someone could help.
1.)I need code that will bring up the correct hidden worksheets when the form is submitted dependent on a check box. for instance when you hit submit and 'CheckBox347' is checked it brings up worksheets 1 2 and 3 but when 'checkbox 348' is checked it brings up sheets 1, 2, 3 and 4.
2.) i want some sort of password automated autocomplete. i have a database with lots of peoples information on, is there a way to auto complet some peoples data if they type in a particular username and password.
and 3) the easier question, i want a another checkbox to appear when one checkbox is ticked. to prevent someone entering info when it is not needed.
I know this is a hell of a lot to ask but i though i would ask all at once instead of annoying people by getting one question answered then asking another.
i thank anyone who reads this for taking time and hope you can help me.