Dear Susan, Please try it and see attached sheet.....................
Sub Sheet_Creater() Application.ScreenUpdating = False Dim i, j, k As Integer j = Sheet18.Cells(Rows.Count, "A").End(xlUp).Row For i = 2 To j Sheets.Add after:=Sheets(Sheets.Count) Sheets(Sheets.Count).Name = Sheet18.Cells(i, "A").Value Sheet1.UsedRange.Copy Sheets(Sheets.Count).Range("A1").Select Next i Application.ScreenUpdating = False End Sub To Find Circular reference cell please go to *Formulas-Error Checking-Circular Reference* and remove Formula Cell range under Formula range. -- Thanks & regards, Noorain Ansari *http://excelmacroworld.blogspot.com/*<http://excelmacroworld.blogspot.com/> *http://noorain-ansari.blogspot.com/* <http://noorain-ansari.blogspot.com/> On Wed, Dec 7, 2011 at 5:55 AM, Susan 1 <sunni...@gmail.com> wrote: > Hi, > I have project at work to create sheets in a workbook , and the sheet > names are based on 2012 calendar weeks, (I've attached the workboo). > > I need to know if there is way to easily add the weeks of the calendar to > each sheet. > And Also I don't know how to eliminate the circular reference, after you > open the workbook. > Any help is appreciated! > [?] > > Sunnie > > -- > FORUM RULES (934+ members already BANNED for violation) > > 1) Use concise, accurate thread titles. Poor thread titles, like Please > Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice > will not get quick attention or may not be answered. > > 2) Don't post a question in the thread of another member. > > 3) Don't post questions regarding breaking or bypassing any security > measure. > > 4) Acknowledge the responses you receive, good or bad. > > 5) Cross-promotion of, or links to, forums competitive to this forum in > signatures are prohibited. > > NOTE : Don't ever post personal or confidential data in a workbook. Forum > owners and members are not responsible for any loss. > > > ------------------------------------------------------------------------------------------------------ > To post to this group, send email to excel-macros@googlegroups.com > -- FORUM RULES (934+ members already BANNED for violation) 1) Use concise, accurate thread titles. Poor thread titles, like Please Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get quick attention or may not be answered. 2) Don't post a question in the thread of another member. 3) Don't post questions regarding breaking or bypassing any security measure. 4) Acknowledge the responses you receive, good or bad. 5) Cross-promotion of, or links to, forums competitive to this forum in signatures are prohibited. NOTE : Don't ever post personal or confidential data in a workbook. Forum owners and members are not responsible for any loss. ------------------------------------------------------------------------------------------------------ To post to this group, send email to excel-macros@googlegroups.com
<<330.gif>>
Sheet_Creater.xlsm
Description: Binary data