View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
x taol x taol is offline
external usenet poster
 
Posts: 101
Default getting current procedure name


sub test()
msgbox thisProcName
end sub

the result message 'test'

i want to make that thisProcName routine.

It must run though vbe window is closed.this is keypoint.
thus, it's not using activecodepane property...

*** Sent via Developersdex http://www.developersdex.com ***