How to get current sheet (not activesheet) name from function? By "current sheet" I mean sheet name where function placed and called from.
I trying get like that
Function MySheet()
MySheet = Application.Caller.Worksheet.Name
MsgBox MySheet
End Function
but i get error object required.