Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I used the following Macro to list my tab names (which are dates):
Sub ListOfTabs() For i = 1 To Sheets.Count Cells(i, "f") = Sheets(i).Name Next i End Sub But it listed the tab names as dates instead of text. Example: Tab Name = 09-01-08, but after macro runs output is 09/01/2008. How can I change the Macro to get the proper output? Any help is appreciated. Thanks! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can Text Function change output text color? | Excel Discussion (Misc queries) | |||
Output text from numbers | Excel Worksheet Functions | |||
Text output | Excel Programming | |||
How to output text that blinks? | Excel Discussion (Misc queries) | |||
output text | Excel Programming |