Hello,
I need to create an application in VB.NET that:
1) open an excel files: source
2) open another excel file: target
3) import the defined name from source to target
4) save the file as a third excel file: output
Scenario A:
1) The user open source.xlsx (2007)
2) Open target.xls (2000)
3) Import defined name
4) save the result as output.xlsx (2007)
Is Spire.XLS support macro? We do not want to manipulate them. Just keep them if there are in the target file.
Scenario B:
1) The user open source.xls (2000)
2) Open target.xls (2000 that contain a macro)
3) Import defined name
4) save the result as output.xls (2000 that keep the macro)
Thank you,
Have a great day!