Moving excel sheets within excel file

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

 Accepted 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.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!