View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
The Code Cage Team[_89_] The Code Cage Team[_89_] is offline
external usenet poster
 
Posts: 1
Default Create a new Sheet Q


If SheetExists(newShtName) Then
MsgBox "You have already created this week.If you have made an
error, delete the week sheet tab and e-mail again", vbCritical
Exit Sub
End If
ActiveSheet.Copy after:=Sheets("Start")
ActiveSheet.Name = newShtName
ActiveSheet.Tab.ColorIndex = -4142


--
The Code Cage Team

Regards,
The Code Cage Team
www.thecodecage.com
------------------------------------------------------------------------
The Code Cage Team's Profile: http://www.thecodecage.com/forumz/member.php?userid=2
View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=25369