I have a macro that is saved in file A. The macro is supposed to be ran from another file - lets call it file B (which is a regular excel file - .xlsx). when opening the VBA editor from file B, I don't see the macro of file A in the list on the left. If I try to open the VBA editor from file A, it opens a separate editor, although it is supposed to go to the same editor, which is already open. Because of the above, I cannot run the macro. Note, that it works for users on another computer, so it is something in my settings.
I don't know if how it can be related, but there is another thing that started happening also recently. I created a few macros and saved in the PERSONAL.XLSB. It worked few a few weeks without any problem, but now, every time I open almost any excel file, I get an error massage saying: file in use PERSONAL.XLSB is locked for editing by 'my name' open 'REad-Only' or click 'Notify' to open read-only and receive notification when the documents is no longer in use.
I probably did something to change the setting, but I can't figure out what. Note, that the macro did work fine for quite a few months, even after I added macros to the PERSONAL.XLSB file.
Thanks