LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Copying tabs in a workbook

I have a template worksheet that I need to duplicate 35
times. I then change the names of each tab and populate
the tabs with data.

I was using the following statement
for i=1 to 20
Sheets("template").Copy Befo=Sheets(1)
next
and things worked ok until I began creating too many new
worksheets. It seems like there is a problem when
creating somewhere between 25 and 30 new tabs.

Has anyone run into this kind of problem? I've also tried
using the FillAcrossSheets worksheet function, but that
seems to fail when I try to fill more than 29 new sheets.

Thanks
 
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
Excel 07: Copying data between tabs in a workbook (automatically) ROinBOA Excel Discussion (Misc queries) 0 February 26th 08 08:03 PM
Select sheet tabs in workbook & save to separate workbook files stratocaster Excel Worksheet Functions 2 March 1st 06 03:35 PM
Checking in other tabs and copying to another tab Is that possible Jaydubs Excel Discussion (Misc queries) 3 February 24th 06 06:34 PM
copying worksheet tabs Lynn Excel Discussion (Misc queries) 1 March 18th 05 05:50 PM
Copying Tabs in Excel Christopher Anderson Excel Discussion (Misc queries) 1 January 5th 05 10:28 PM


All times are GMT +1. The time now is 03:44 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"