Thread
:
renaming sheets
View Single Post
#
2
Posted to microsoft.public.excel.programming
somethinglikeant
external usenet poster
Posts: 94
renaming sheets
Sub RenameSheet()
x = WorksheetFunction.Text(Now(), "YYYY") - 1
ActiveSheet.Name = ActiveSheet.Name & " " & x
End Sub
This code performs this operation on the current activesheet
somethinglikeant
Reply With Quote
somethinglikeant
View Public Profile
Find all posts by somethinglikeant