Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() sub aaa() ~~~~~ msgbox currentProcedureName end sub thus, i want to show aaa in messagebox. *** Sent via Developersdex http://www.developersdex.com *** |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
The only way I know how to do that is
sub aaa() Const strProcedure As String = "aaa" ...... msgbox strProcedure End Sub "tom taol" wrote: sub aaa() ~~~~~ msgbox currentProcedureName end sub thus, i want to show aaa in messagebox. *** Sent via Developersdex http://www.developersdex.com *** |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to jump from a Form procedure to a Workbook or Module procedure? | Excel Programming | |||
call a procedure using current inputs | Excel Programming | |||
changing current directory to that of the current open file | Excel Programming | |||
Programming a current procedure | Excel Programming |