Hello,
is there any way to open an existing Excel document that contains macros and control elements (such as buttons) and preserve them until the document is being saved again?
Dim wb As Infragistics.Excel.Workbook = Infragistics.Excel.Workbook.Load("MyExcel.xls")wb.Save("MyExcel2.xls")
=> All macros, buttons etc. lost in MyExcel2.xls.
Thanks
Max
Unfortunately, there is no way to round-trip these items. You can submit a feature request for this here: http://devcenter.infragistics.com/Protected/RequestFeature.aspx.
Hi,
I need to have buttons, labels in the excel file. Has this feature been implemented.
REgards,
Yamini