Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I tried your code but it didn't give me the output I wanted. I
actually figured it out. Thanks for the attempt. Code: Private Sub AddSheet_Click() ActiveSheet.Copy After:=Sheets(Sheets.count) ActiveSheet.Name = Format(Date, "mm-dd") ActiveSheet.Previous.Range("c1") = Format(Date - 1) End Sub Thanks again, Emmert |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Compare values and place corresponding value in another sheet | Excel Discussion (Misc queries) | |||
Compare values on sheet 1 to values on sheet2 | Excel Worksheet Functions | |||
Wanting to link inputed data to a paragraph on a different sheet | Excel Discussion (Misc queries) | |||
How do i compare values from two sheet and copy & paste if values match? | Excel Programming |