Hello, just note, date functions in Excel are volatile, making them both expensive to a workbook's recalculation and a moving target. Here's a block of code that you're looking for:
Sub NmeNDate()
Sheets(1).Name = Format(Date, "mm-dd-yyyy")
Sheets(1).[a1] = Format(Date, "mm-dd-yyyy")
[color="#00007F"]End [color="#00007F"]Sub
You can't use "/" in worksheet names, so you must be the bigger person and compromise here.
Bon chance.