Hi, I've a existing worksheet and wish to update by adding the daily worksheets coming in to the bottom of the existing worksheet. What's the function to do this?
Does this works? =)![]()
Sub addSht() Worksheets.Add after:=(Worksheets.Count) ActiveSheet.Name = Format(Date - 31, "MMM") End Sub
Thanks
Bookmarks