Hi
On Sheet1 Cell D2 I have a dropdown where the name can be selected. This then populates the Label1.Caption on a UserForm. I have the UserForm where details are entered and when the 'Continue' command button is clicked the data is saved to a sheet (Sheet2). On clicking the command button on the form I would like to check the sheet where the data goes for duplicates of the Label1.Caption which is copied to Column A of Sheet2 and delete the first instance (entire row) but keep the latest.
Any help would be appreciated.
Thanks
On Sheet1 Cell D2 I have a dropdown where the name can be selected. This then populates the Label1.Caption on a UserForm. I have the UserForm where details are entered and when the 'Continue' command button is clicked the data is saved to a sheet (Sheet2). On clicking the command button on the form I would like to check the sheet where the data goes for duplicates of the Label1.Caption which is copied to Column A of Sheet2 and delete the first instance (entire row) but keep the latest.
Any help would be appreciated.
Thanks