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

c# - Can I intercept a SOAP response in .NET before a content type binding mismatch ProtocolException? -

python - Terminate a gnome-terminal opened with subprocess -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -