I want to check if an indexed cell in an inactive worksheet is merged or not.
Function IsMerged(rCell As Range) As Boolean IsMerged = rCell.MergeCells End Funct