RustyTekki
Technical User
Hi,
Just wondering if anyone can help me with this. I haven't used VBA in about 7 years so I'm very rusty!
I have a workbook that has multiple sheets. In column A of each sheet I have an email address. What I need is to ensure that each email address is unique and not duplicated within the workbook.
If my memory serves me correctly what I need is to take the value of cell A1 and compare it to the value of each row in column A and use a loop to ensure that each sheet is also checked as there are new sheets added daily.
Can anyone tell me if my concept is correct and if it is would you be able to guide me on how to create this? As I said I did learn VBA many years ago but as I have not used it in so long I'm no longer confident of my ability!
Cheers,
RustyTekki
Just wondering if anyone can help me with this. I haven't used VBA in about 7 years so I'm very rusty!
I have a workbook that has multiple sheets. In column A of each sheet I have an email address. What I need is to ensure that each email address is unique and not duplicated within the workbook.
If my memory serves me correctly what I need is to take the value of cell A1 and compare it to the value of each row in column A and use a loop to ensure that each sheet is also checked as there are new sheets added daily.
Can anyone tell me if my concept is correct and if it is would you be able to guide me on how to create this? As I said I did learn VBA many years ago but as I have not used it in so long I'm no longer confident of my ability!
Cheers,
RustyTekki