Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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, |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
This previous post might help you.
http://www.officekb.com/Uwe/Forum.as...ive-VBE-Module 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, -- Message posted via OfficeKB.com http://www.officekb.com/Uwe/Forums.a...mming/200808/1 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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, |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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, |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
to call procedure in a worksheet in a module | Excel Discussion (Misc queries) | |||
How to jump from a Form procedure to a Workbook or Module procedure? | Excel Programming | |||
get module line from erl and procedure | Excel Programming | |||
Add Procedure To Module Via VBA | Excel Programming | |||
Lines in a Module(Procedure) | Excel Programming |