View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
KSO KSO is offline
external usenet poster
 
Posts: 10
Default Excel 2003 - User def. function

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