A family of Microsoft relational database management systems designed for ease of use.
Open source macro collapse all, then Ctrl plus mouse click to select commands, then press Ctrl +C ,
then create new macro and Ctrl V.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Guys, using the MS Access Macro GUI, I have a long macro tired to a command button that I need to copy. What I want to do is create a standalone macro that's not tied to a command button that I can call from any form. How can I copy the existing macro?
For added clarity, I'm NOT looking to copy the command button that's tied to the Macro. That I can do, but for the LIFE OF ME cannot see how I can copy the Macro logic into a standalone named macro.
Thank you!
Ken
A family of Microsoft relational database management systems designed for ease of use.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Open source macro collapse all, then Ctrl plus mouse click to select commands, then press Ctrl +C ,
then create new macro and Ctrl V.
I thought I tried that months ago without luck, but maybe not. Thanks for the suggestion, I'll give it a try.
You refer to a embed macro which you want to copy to standalone macro
?
How about select all commands press control C to copy, then turn to new macro Ctrl V to paste.
Another option, transfer macro to VBA,codes.