Thread: create function
View Single Post
  #2   Report Post  
Norman Jones
 
Posts: n/a
Default

Hi Luc,

Try:

ThisWorksheetName = Application.Caller.Parent.Name


---
Regards,
Norman



"Luc M" wrote in message
...
hi,
i've created a custom function that returns the name of the tab in which
the
cell is :

ThisWorksheetName = ThisWorkbook.ActiveSheet.Name

but this is not correct because of the 'ActiveSheet' property. My function
returns the name of the active sheet but not the name of the sheet
containing
my formula...

does anyone have any suggestion ?
thanks