I have a 25 sheet workbook, that I need to highlight duplicates in only 1 column (the same column) in each sheet. Each sheet has another 15 columns of other data. The data is a 4 digit number. But maybe changing that to a string of text in the future.
I have tried using conditional formatting, but this is not reliable over multi sheets. It works in a limited way, but it does not pick up all duplicates.
I have tried 'record macro' in createing conditional formating, but it does not record anything. Was hoping on using the code, and inserting it into each worksheet.
I have scoured google, and I have tried numerous vba code snippets. But again nothing fits my requirements.
I need guidance on creating a suitable macro that uses "Private Sub Workbook_Open()"
Any advice and guidance please.
I have tried using conditional formatting, but this is not reliable over multi sheets. It works in a limited way, but it does not pick up all duplicates.
I have tried 'record macro' in createing conditional formating, but it does not record anything. Was hoping on using the code, and inserting it into each worksheet.
I have scoured google, and I have tried numerous vba code snippets. But again nothing fits my requirements.
I need guidance on creating a suitable macro that uses "Private Sub Workbook_Open()"
Any advice and guidance please.