开发者

Can an Excel workbook's sheet tabs be sorted within the workbook by VB.Net?

开发者 https://www.devze.com 2023-02-02 16:56 出处:网络
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,

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消