Hi
I have about 80 Excel workbooks which all uses the same Excel addin with shared vba code. So each of the workbooks has a reference to this x.xlam library.
The workbooks are used by employes during the day, and therefore I can't change anything in those or in the code library.
I need to have my own copies pointing to my own code library.
So when I make changes to the x.xlam library or one or more of the 80 workbooks, I need to change the references in VBA and this is very timeconsuming.
Is there any way to this using VBA ?
I'm thinking about some code which can open all 80 workbooks one by one and change the reference to my private codelib, do the compile and then save the workbook.
I have about 80 Excel workbooks which all uses the same Excel addin with shared vba code. So each of the workbooks has a reference to this x.xlam library.
The workbooks are used by employes during the day, and therefore I can't change anything in those or in the code library.
I need to have my own copies pointing to my own code library.
So when I make changes to the x.xlam library or one or more of the 80 workbooks, I need to change the references in VBA and this is very timeconsuming.
Is there any way to this using VBA ?
I'm thinking about some code which can open all 80 workbooks one by one and change the reference to my private codelib, do the compile and then save the workbook.