Many users run the macro.... if I want to make some changes - the macro is locked? Can I add some commands to release the macro after the user run it?
Solidworks do not give me a warning "not saved" when save the changes in the macro editor.
This is if I want to rename a macro file - to replace with a new:
If you run the macro from the API, there is a flag to explicitly unload the macro after run, but I am not sure if the one exists if you run the macro manually (there is the one for VSTA, but I do not think it applies to the VBA macros).
Alternatively, you can use Toolbar+ utility as there is an option to unload macros after run