Hello. I have a workbook (not Personal.xls) that contains my macros, called My_Macros.xls and another workbook with data, let's say its called Data.xls. When I am logged on, I open both workbooks, and from Data.xls I run the macro stored in My_Macros.xls and it works fine. These files are stored on a shared drive.
However, when other users try to do the same thing, it doesn't work. VBA spits out some message about being unable to find the worksheet it is trying to activate.
I have read lots of posts about distributing your macro to other users but it seemed like they mostly applied to those people who have their macros stored in Personal.xls. But mine are in a separate workbook.
How can I make other users able to use my macros that I have stored in My_Macros.xls on a shared drive? It seems like there is some sort of permissions problem but I am not sure. Thanks.
However, when other users try to do the same thing, it doesn't work. VBA spits out some message about being unable to find the worksheet it is trying to activate.
I have read lots of posts about distributing your macro to other users but it seemed like they mostly applied to those people who have their macros stored in Personal.xls. But mine are in a separate workbook.
How can I make other users able to use my macros that I have stored in My_Macros.xls on a shared drive? It seems like there is some sort of permissions problem but I am not sure. Thanks.