Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
It could be if you had a UDF
Function SheetName(Optional ByVal rng As Range) As String Application.Volatile If rng Is Nothing Then Set rng = Application.Caller SheetName = rng.Parent.Name End Function =SheetName() The workbook does not have be saved first. But the native function Peo posted works a little faster and who would want to know the sheetname in an unsaved file? Gord Dibben MS Excel MVP On Thu, 2 Oct 2008 15:14:03 -0700, judi wrote: I was hoping it was this, and it ain't. =sheetname() or =sheet() |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Automatically update SheetName in workbook sub if SheetName changes | Excel Discussion (Misc queries) | |||
Using a cell to reference sheetname in vlookup function | Excel Worksheet Functions | |||
Excel worksheet function that will return the currency for a cell | Excel Worksheet Functions | |||
Need Excel Function that will return # of char in preceding cell | Excel Discussion (Misc queries) | |||
Need Excel Function that will return # of char in preceding cell | Excel Worksheet Functions |