My Function "FindMoves" (in red) creates two sets of 129 rows of named ranges. One of these range-sets resides on Sheet1 and the other on Sheet2. Is there a way that I can compare the named ranges on the respective sheets?
Thanks
Option Explicit
Private Sub cmdCompare_Click()
Dim excelApp...