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
hi,
i experiencing quite similiar issues and i already have opened a thread regarding this.
http://ko.infragistics.com/community/forums/p/74185/375151.aspx#375151
appreciate any replies for this issues.
thanks.