WalterHeisenberg
Technical User
- Mar 28, 2008
- 159
Hello everyone,
I have a VBA module that sorts worksheets in Alphabetical order. I created a new menu option that has a link to the a macro that is created when I import the sheet sorting module.
I would like to give the users the ability to use this custom menu to sort any workbook but right now I have to link that menu shortcut to the macro each time.
Is there a way to put an exported VBA module on a network location and allow users to have this custom function on every workbook without having to set it up each time?
Thanks in advance.
-A
I have a VBA module that sorts worksheets in Alphabetical order. I created a new menu option that has a link to the a macro that is created when I import the sheet sorting module.
I would like to give the users the ability to use this custom menu to sort any workbook but right now I have to link that menu shortcut to the macro each time.
Is there a way to put an exported VBA module on a network location and allow users to have this custom function on every workbook without having to set it up each time?
Thanks in advance.
-A