Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
Grd Grd is offline
external usenet poster
 
Posts: 118
Default Adding multiple sheets in one go

Hi ,

I'd like to create a routine to add 12 sheets to a new workbook quickly
without having to do them one at a time. I get fed up adding them one at a
time.

Is this possible to do in Excel VBA?

Any help greatly appreciated.


Thanks in advance
Sandra

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 244
Default Adding multiple sheets in one go

While Worksheets.Count < 12 'or the number you want to end up with
Worksheets.Add
Wend


will do what you want, but if you ALWAYS want a certain number of
sheets, why not just set this in tools options?
Grd wrote:
Hi ,

I'd like to create a routine to add 12 sheets to a new workbook quickly
without having to do them one at a time. I get fed up adding them one at a
time.

Is this possible to do in Excel VBA?

Any help greatly appreciated.


Thanks in advance
Sandra


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Adding multiple sheets in one go


sheets.add count:=12


Col


--
colofnature
------------------------------------------------------------------------
colofnature's Profile: http://www.excelforum.com/member.php...o&userid=34356
View this thread: http://www.excelforum.com/showthread...hreadid=548961

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Adding multiple intances from several sheets? cwcordell Excel Worksheet Functions 2 November 29th 09 03:09 PM
adding stats from multiple sheets Dan Excel Discussion (Misc queries) 0 December 9th 08 04:42 PM
adding off of multiple sheets bustanutti21 Excel Discussion (Misc queries) 1 December 23rd 05 07:41 PM
Adding Cells from Multiple Sheets Kevin G[_3_] Excel Programming 3 June 1st 05 06:55 PM
Need Function for adding rows on multiple sheets... struggling rookie ;) Thanks. Steve Excel Worksheet Functions 6 November 24th 04 12:10 AM


All times are GMT +1. The time now is 09:32 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"