View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 10,593
Default no sheet in workbook

What is the reason for needing that? I ask as there may be an alternative
solution as you can't have 0 sheets as Nick points out.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"--== Alain ==--" wrote in message
...
Hi,

I would like to have a workbook with no sheet at the beginning.
for now, i have at least 1 sheet.
How can i do to force my actual workbook (thisworkbook) to have no sheet
when it starts ?

when I open my workbook, it displays automatically the main form.

ALain