I have made a data form which I would like to always show on "sheet1" and add new lines of data to "sheet2" horizontally so I can then work with the data without having people mess with it however I keep getting debug errors.
I have tried looking online however everything i find is too complicated and i am too new to VBA to debug them.
can someone help me out with the VBA code on this, new to the VBA so will not bother attaching what I have, just need something simple to work the below.
my form has the following.
date (text box)
department (combo box)
file numbers(text box)
box numbers(text box)
add(command box)
new(command box)
Thanks.
I have tried looking online however everything i find is too complicated and i am too new to VBA to debug them.
can someone help me out with the VBA code on this, new to the VBA so will not bother attaching what I have, just need something simple to work the below.
my form has the following.
date (text box)
department (combo box)
file numbers(text box)
box numbers(text box)
add(command box)
new(command box)
Thanks.
Last edited: