How to know if 2 sheets are identicals

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I'm wondering if there's a way to know if two sheets are identicals?
i.e. same value, same format, same borders, same column width and row height
Thank you!
Alex
 
I think the only way to do it is to go through each cell and compare each of the
properties that you want to check with the corresponding cell in the other
sheet.
 
Back
Top