View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
lilo lilo is offline
external usenet poster
 
Posts: 4
Default Compare 2 sheets

I want to compare 2 sheets - A & B and diplay the results in sheet C. There
are some hidden rows on both sheets. If a row is hidden/visible on A and the
same row is not hidden/visible on B, then an error message/ a highlight
should appear in that row on sheet C. So essentially, I want to compare both
the numbers and formats of sheets A & B.

Thanks.