Excel Merge() vs MergeCells
- by sleepp
Hi, I'm using VSTO, C#, and Excel but VBA probably applies here as well.
What's the difference between calling the Merge(missing) method on a range and setting the MergeCells property to true? Does Merge() fail more often? Thanks!