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

Popular posts from this blog

ruby - Trying to change last to "x"s to 23 -

jquery - Clone last and append item to closest class -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -