When editing macros, and clicking save, the changes are saved to ALL macro files?

Here’s an example of what I mean - see there’s “macro1”, “macro2”, “macro3” - when I make edits in any one of them and click save, these edits are also saved to the other macros

how would I stop this?

Hello,

The single mouse click you are performing on the Module (1, 2,or 3) doesn’t do anything except highlight the module (if followed with Enter would actually select code in module).

When you went to Open macros, it is pointed at MyMacros->Standard and the first Module there which in this case is Module1. The sub(s) in the right pane is what is contained in that Module. Note in left pane the + left of module name. Click on this & it will open the tree of subs within. Another note. Look at the bottom line of the Window. It is showing the module you are working with. It doesn’t change because you have not selected a different sub to display. Your example shows this not changing. You are not in a different module or even sub.

Either double click another Module name (shows first sub in module) or click on the + then double click on a sub in that module.