View Single Post
  #2   Report Post  
Paul B
 
Posts: n/a
Default

malvis, you could use a macro like this,

Sub Add_Sheets()
Worksheets.Add Count:=100
End Sub


--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2002 & 2003

"malvis" wrote in message
...
How do I create multiple worksheets (as in 100+) with minimal keystrokes?