ms access - Is it possible to pass the name of a subroutine to a string in VBA? -


i'm constructing database in access heavy vba use.

it useful error reporting if pass name of active subsoutine string. possible in vba?

thanks.

yes...manually :-)

sactiveroutine = "mysubname" 

if use product mz tools, can make quite easy defining custom header.
vba not have way return name of current proc.


Comments