Bacalhau75
New Member
- Joined
- Jul 9, 2014
- Messages
- 12
Hi,
I usually don't get stuck since i tend to find answers on MrExcel and/or on Google searches, but I've spent some hours today on this and can't figure it out.
I have a macro workbook that contains multiple modules, macros, hyperlinks and buttons. I want to start splitting my macro workbooks from the code and only provide users with the workbook (design) and link the code or provide it as an ADD-IN. I'm assuming this would also allow to duplicate a workbook 20 times and only link 1 file or provide the ADD-IN to multiple PC's.
I learned about XLA add-ins today and got it working but i can only execute the macros if i add a button to the tool bar. This macro contains 100's of macros and don't want to add 100 buttons.
The goal I’m looking for is to be able to save the file as XLA first, then save it as XLS which should remove the MODULES (if not i'll remove them), but keep the use of hyperlinks (To Macros) and buttons assigned to macros.
What this macro does in a nutshell... 1 sheet provides about 20 macro solutions to scrape data from various TN3270 screens. First there's a RESET button that clears all the data leaving the sheet only with a list of hyperlinks. Each Hyperlink is named to what it will do and each Hyperlink calls a macro that 'builds' the sheet by adding inputs and outputs and creates a button that is assigned to the actual macro that will perform the scrape.
I'd like to know how to save the code elsewhere and be able to edit it as needed and only provide the workbook without any code attached to it.
Thanks in advance.
I usually don't get stuck since i tend to find answers on MrExcel and/or on Google searches, but I've spent some hours today on this and can't figure it out.
I have a macro workbook that contains multiple modules, macros, hyperlinks and buttons. I want to start splitting my macro workbooks from the code and only provide users with the workbook (design) and link the code or provide it as an ADD-IN. I'm assuming this would also allow to duplicate a workbook 20 times and only link 1 file or provide the ADD-IN to multiple PC's.
I learned about XLA add-ins today and got it working but i can only execute the macros if i add a button to the tool bar. This macro contains 100's of macros and don't want to add 100 buttons.
The goal I’m looking for is to be able to save the file as XLA first, then save it as XLS which should remove the MODULES (if not i'll remove them), but keep the use of hyperlinks (To Macros) and buttons assigned to macros.
What this macro does in a nutshell... 1 sheet provides about 20 macro solutions to scrape data from various TN3270 screens. First there's a RESET button that clears all the data leaving the sheet only with a list of hyperlinks. Each Hyperlink is named to what it will do and each Hyperlink calls a macro that 'builds' the sheet by adding inputs and outputs and creates a button that is assigned to the actual macro that will perform the scrape.
I'd like to know how to save the code elsewhere and be able to edit it as needed and only provide the workbook without any code attached to it.
Thanks in advance.