View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Isabelle Robin Isabelle Robin is offline
external usenet poster
 
Posts: 4
Default Possible to know who has called a function ?

Hi to all,

I would like to know if it is possible to know who has called a certain
function.

For example, I have three functions "printPage", "printPage1",
"printPage2" which can called another function "PrintToPdf".
I'm am in the "PrintToPdf" function. Is it possible to know which
function has called me ?

Thks for your answer

Best regards