I am trying to figure out to have two cells increment after creating a record with my user form.
My form is simple where I have a button that will create a row every time it is clicked. After clicking the close button the data will sort from highest to lowest trace number.
Lets say for example my 1st trace number will start at 190000 and the invoice number is 9000, I need the form to generate a these numbers to increase by 1 every time the user clicks the create order button.
Can anyone please help me with this?
Thanks
My form is simple where I have a button that will create a row every time it is clicked. After clicking the close button the data will sort from highest to lowest trace number.
Lets say for example my 1st trace number will start at 190000 and the invoice number is 9000, I need the form to generate a these numbers to increase by 1 every time the user clicks the create order button.
Can anyone please help me with this?
Thanks