Thread: thiscell
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Tim Williams[_4_] Tim Williams[_4_] is offline
external usenet poster
 
Posts: 114
Default thiscell

In a UDF ?

Try

Application.Caller

Tim


On Apr 14, 2:45*pm, "sali" wrote:
in excel/2000, is there some property like 'thiscell' in excel/2007?

so, when vba function is called to determine from which cell is called

thnx!