K
KSO
I have defined a function like
Function GetSheetName() as String
Application.Volatile ' I tried this but no difference
GetSheetName=ActiveSheet.Name
End func
and when I use it in a cell on a workheet - then
sometimes it works and sometimes it won't - why ?
KS, Denmark
Function GetSheetName() as String
Application.Volatile ' I tried this but no difference
GetSheetName=ActiveSheet.Name
End func
and when I use it in a cell on a workheet - then
sometimes it works and sometimes it won't - why ?
KS, Denmark