Dear All,
The code below searches for duplicate in different sheets of my workbook. The issue is that it takes a little while for it to be done. How can i add a progress indicator in the status bar at the bottom.
Thank you & Kind regards.
Sub dup()
Dim cell As Range
Dim cella As Range
Dim...