View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Julien Julien is offline
external usenet poster
 
Posts: 6
Default Get cell address calling a function in C#

Hello,

I'm currently developping an automation add-in in C# and I would like to
know if there a way to know the address of the cell calling my function in C#.

Is there something equivalent to the VBA Application.Caller.Address?

Thanks,