C
Clif McIrvin
I'd like to display a worksheet name "with the body" instead of "in the
margins" (ie, using Header / Footer definitions).
Is there a built-in mechanism for picking up the worksheet name in a
formula?
I tried putting
Function GetSheetName() As String
GetSheetName = ActiveSheet.Name
End Function
in a code module and " = GetSheetName() " in a cell; but quickly
discovered that <F9> doesn't cause the user defined function to
re-evaluate.
Suggestions?
margins" (ie, using Header / Footer definitions).
Is there a built-in mechanism for picking up the worksheet name in a
formula?
I tried putting
Function GetSheetName() As String
GetSheetName = ActiveSheet.Name
End Function
in a code module and " = GetSheetName() " in a cell; but quickly
discovered that <F9> doesn't cause the user defined function to
re-evaluate.
Suggestions?