Home |
Search |
Today's Posts |
#8
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi all,
Thanks for the help. I read in a Ron de Bruin post that you cannot detect the name of a proc from within that proc. So I already used a method like you all suggested. Many thanks! "Nigel" wrote: At the top of each procedure store the procedure name then try calling a log procedure with the name of the procedure Dim myProcedure as string myProcedure = "ThisProcedure" LogProc(myProcedure) -- Regards, Nigel "Bony Pony" wrote in message ... Hi all helpful people! Is there a way to pass the executing procedure name to a variable? I want to keep a log of the most frequently executed procedures in a workbook so each time a proc executes, I build a little table with the Module name, procedure name, user and procedure duration (timed seperately). All ideas treated equally!! Best regards and happy Spring to the North! Bony |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Name of Module from Procedure? | Excel Programming | |||
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 |