Hi, I was wondering how I can cut buttons, event procedures and all, from one tab on a form, to another tab, while keeping the event procedures
Thanks in advance
Roger
from one tab on a form, to another tab, while keeping the event procedures.
You can't. In case you're not aware, the code is not lost, only the
"[Event Procedure]" settings in the property box. You just need to jot
down which objects have which events being used and then restore the
property setting after you paste them.