Hi Folks,
I am creating an Excel worksheet from a VBScript program. The first thing I do is create a new worksheet called summary. Then I delete the three default worksheets (Sheet1, Sheet2 and Sheet3).
However the program then adds about another 30 worksheets which all contain data. The problem is that it adds these worksheets before my summary worksheet and I want my summary worksheet to be the first one.
Is there any way that I can specify that the worksheets are to be added after the summary sheet?
Mighty
I am creating an Excel worksheet from a VBScript program. The first thing I do is create a new worksheet called summary. Then I delete the three default worksheets (Sheet1, Sheet2 and Sheet3).
However the program then adds about another 30 worksheets which all contain data. The problem is that it adds these worksheets before my summary worksheet and I want my summary worksheet to be the first one.
Is there any way that I can specify that the worksheets are to be added after the summary sheet?
Mighty