I have searched high and low, trying random things along the way, and have not found a solution for this one. I would think it possible, but just that I'm not searching for the right thing.
I want to set up a form where the user clicks a button to edit the macros for another task.
Basically, the way I'm setting it up is that if there is a Macro set up for running a particular function, and that needs changing, the user can click the form button to view and edit the macro without having to search for it in the Navigation Pane.
Is this at all possible? I found a couple of different options for opening the VB Editor, so I figure surely you can do the same with a Macro.
Can anybody point me in the right direction?
So far, I've tried going through the options of Application. and DoCmd., and the only thing I can find even remotely related is DoCmd.RunMacro, but I don't want to run it in this case, I want to edit it.
Thanks for any information,
I want to set up a form where the user clicks a button to edit the macros for another task.
Basically, the way I'm setting it up is that if there is a Macro set up for running a particular function, and that needs changing, the user can click the form button to view and edit the macro without having to search for it in the Navigation Pane.
Is this at all possible? I found a couple of different options for opening the VB Editor, so I figure surely you can do the same with a Macro.
Can anybody point me in the right direction?
So far, I've tried going through the options of Application. and DoCmd., and the only thing I can find even remotely related is DoCmd.RunMacro, but I don't want to run it in this case, I want to edit it.
Thanks for any information,