View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Charlotte E. Charlotte E. is offline
external usenet poster
 
Posts: 45
Default Name of Module from Procedure?

And it did :-)

Thanks - worth 'd money' :-)


"dmoney" skrev i en meddelelse
...
Application.VBE.ActiveCodePane.CodeModule.Parent.N ame should give you what
you need.

dmoney

"Charlotte E." wrote:

Is it possible to get the name of the Module, of which the Procedure is
part
of, from within a procedure of that Module?

Did you get my question? :-)
Kind of an 'ActiveModule.Name' request :-)


Thanks,