I'm trying to have A Calendar Userform return the name of the button that called it, so that it can put the date in a different cell or TextBox, depending on which form or button it was called from, and if called from a UserForm, return the name of the UserForm.
I call that Calendar from different Macros from different locations.
Anyone know if Application.Caller can be used to do something like this.
If so, how would I code it to return the name of the caller as either a string or a variable.

Thanks