i am using a group of control boxes to call a routine. depending on which control box calls the routine it will perform slightly different operations
to identify the control command button that called the sub i am trying to use
abc = application.caller
but this is returning an error msg (error 2023) to the variable rather than the name of the button
does anyone happen to know why this may be happening? thanks
to identify the control command button that called the sub i am trying to use
abc = application.caller
but this is returning an error msg (error 2023) to the variable rather than the name of the button
does anyone happen to know why this may be happening? thanks