The default for Excel is to have 3 sheets in a new workbook. You can change this in Tools>Options>General. If you want to programatically delete a sheet, use the Delete method.
"bunny" wrote in message news:506500000005000000BD220000-986697009000@quiq.com... > If I delete the worksheet, Excel will > prompt whether I make sure. I don't like the popup dalog box
There's an activeX call in a property node called SheetsInNewWorkbook, set this to one and it's done. But don't forget to set it to default value at the end, if you want Excel to create workbooks with that number of sheets, the change is "forever". If you have problems, I can send you an example.
Here's the example, it simply makes Excel visible and creates a workbook with one worksheet. It's made with LabVIEW 5.0.1f1 and Excel 97, for further versions of Excel, or earlyer ones, the property nodes may change, so check them. And of course, you can continue wiring more and more property and invoke nodes to do anything you could do with Excel. Good luck and hope this helps, if need more help, just write.