View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
aerotops aerotops is offline
external usenet poster
 
Posts: 7
Default Create a workbook with only 1 sheet

Hi,
I have some code which creates a workbook. I want the workbook to have
only 1 sheet. The Workbooks.Add command performs the default behavior
and creates 3 sheets per workbook.
Is there any way to do this short of creating the workbook, then
deleting sheets 2 and 3 via a macro or code.

Thanks,
Harsh.