etj01 Posted July 16, 2004 Report Share Posted July 16, 2004 Do exported playable macros need to be re-exported after a sub-macro (module) is modified? Does the main module need to refresh the calls or pointers? Ernie Quote Link to comment Share on other sites More sharing options...
joe Posted July 16, 2004 Report Share Posted July 16, 2004 Hello Ernie! A playable macro is simply a standalone, external text file. Generating one from a macro in the library is the same as having two copies of the same program. If, after exporting one, you make a change to the macro in the library it will have no effect on the copy. If you want to keep both of them in synch then you must either change both of them, or edit the one in the library and then export it, or change the playable and then import it. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.