Home |
Search |
Today's Posts |
#8
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Eduardo has given you a worksheet formula solution to your question;
however, since you posted your question in the "programming" newsgroup, I thought you might be looking for a UDF (User Defined Function). The UDF for this question is quite simple... Function TabName() TabName = ActiveSheet.Name End Function To install the UDF, press Alt+F11 to go into the VB editor and click Insert/Module from its menu bar, then copy/paste the above code into the code window that opened up there. To use the UDF, just place this formula... =TabName() into any cell that you want the TabName to appear in. -- Rick (MVP - Excel) "Jock" wrote in message ... How can I display the ActiveSheet.name in cell C5 for instance? TIA -- Traa Dy Liooar Jock |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
find last cell in range with data, display cell address | Excel Worksheet Functions | |||
display text in one cell as a number in an adjacent cell in excel | New Users to Excel | |||
Display contents of cell in another cell as part of text string? | New Users to Excel | |||
Conditional display - IF cell is blank, display next used row! | Excel Programming | |||
Shortcut key to display change the display from displaying cell values to cell formulae | Excel Programming |