Thread
:
Add sheet and rename with cell contents
View Single Post
#
2
Posted to microsoft.public.excel.programming
mudraker[_182_]
external usenet poster
Posts: 1
Add sheet and rename with cell contents
Rudy
Use the date format that Matches your needs
ActiveSheet.Name = Format(Range("J1").Value, "YYMMDD")
or
ActiveSheet.Name = "Abc " & Format(Range("J1").Value, "YYMMDD")
---
Message posted from
http://www.ExcelForum.com/
Reply With Quote
mudraker[_182_]
View Public Profile
Find all posts by mudraker[_182_]