MATLAB: Moving excel sheets within excel file

activexexcelmove excel sheet

I was wondering how you can move an excel sheet in MATLAB within an excel file that already exists?
Thanks!

Best Answer

I think you'll have to use ActiveX to copy the sheet, then delete the sheet, then insert a new sheet with the desired sheet number. Search this forum for ActiveX.