Can an Excel workbook's sheet tabs be sorted within the workbook by VB.Net?
In building an Excel workbook with VB.Net, is it pos开发者_如何学JAVAsible to sort all the worksheet tabs into a particular order? I'm building a workbook with individual sheets named by drive letter, i.e., "C Drive", "D Drive", etc.
You should try to improve your Google-foo ;-) Here
http://support.microsoft.com/kb/812386/en-us
is an example for sorting sheets from MSDN in Excel-VBA. Should be very simple to port that to VB.NET.
精彩评论