Hi,
I do have a template excel file which does contain a worksheet with a camera area.
If I copy this worksheet in an excel 97 file everythink works.
If I try it with an excel 2007 file I do get a corrupted excel file.
PFA a solution to reproduce this behaviour.
int iDesign = wb.Worksheets.AddCopy(“Designer”);
Worksheet wsDesigner = wb.Worksheets[iDesign];
wsDesigner.Name = “Copy”;
Best regards