Hi there
I want a piece of code to fire when data in 3 columns has been entered. Is there any way to do it?
In column A, the user is required to enter a first name.
In column B, the user is required to enter a last name.
In column C, the user can enter a Date of Birth, but this is optional.
In column D, the user is required to enter a customer number.
I want a piece of code that sorts the list when data has been entered into columns A, B and D.
Is it possible?
At the moment, I have a Worksheet_Change monitoring the D column so that when it is changed (being the last piece of data the user should be entering as it's the right-most column) it fires the code, but ideally it would be great if the sorting code could fire once all the required information has been entered.
Liam
I want a piece of code to fire when data in 3 columns has been entered. Is there any way to do it?
In column A, the user is required to enter a first name.
In column B, the user is required to enter a last name.
In column C, the user can enter a Date of Birth, but this is optional.
In column D, the user is required to enter a customer number.
I want a piece of code that sorts the list when data has been entered into columns A, B and D.
Is it possible?
At the moment, I have a Worksheet_Change monitoring the D column so that when it is changed (being the last piece of data the user should be entering as it's the right-most column) it fires the code, but ideally it would be great if the sorting code could fire once all the required information has been entered.
Liam