Hi all,
So I've recently started to use VBA and I need some help please.
I have a VBA code that records details that a user completes on a USERFORM and puts the into 'sheet 2' on a table.
My User form consists of text boxes, check boxes and an option button.
Everything works fine however there is something very annoying occurring and I can't find a solution.
If textbox1 is left blank and the check boxes are completed this data is logged on sheet 2, fine (lets call this Data Cap 1) . But when you create a new entry, if textbox1 has info keyed in, the entry (Which should be data Cap 2 on the next row down) populates the same row as Data Cap1.
Can anyone help me. Happy to provide code etc.. just not sure which part to send over.
So I've recently started to use VBA and I need some help please.
I have a VBA code that records details that a user completes on a USERFORM and puts the into 'sheet 2' on a table.
My User form consists of text boxes, check boxes and an option button.
Everything works fine however there is something very annoying occurring and I can't find a solution.
If textbox1 is left blank and the check boxes are completed this data is logged on sheet 2, fine (lets call this Data Cap 1) . But when you create a new entry, if textbox1 has info keyed in, the entry (Which should be data Cap 2 on the next row down) populates the same row as Data Cap1.
Can anyone help me. Happy to provide code etc.. just not sure which part to send over.