A
Aloysius
Using Range.Merge(ref bool) or Range.set_MergeCells(bool) adversely affects
performance of OWC11.
I have set
Workbook.EnableEvents = false
Workbook.EnableUndo = false
Workbook.Calculation = XLCalculation.xlCalculationManual.
I have tried merging cells in a row from left-to-right, and right-to-left.
I've tried merging the cells empty, and then populating them, and vice versa.
But all to no avail.
Does anyone know how to make cell merging work at a reasonable speed in OWC11?
A
performance of OWC11.
I have set
Workbook.EnableEvents = false
Workbook.EnableUndo = false
Workbook.Calculation = XLCalculation.xlCalculationManual.
I have tried merging cells in a row from left-to-right, and right-to-left.
I've tried merging the cells empty, and then populating them, and vice versa.
But all to no avail.
Does anyone know how to make cell merging work at a reasonable speed in OWC11?
A