hi,
Hopefully you guys can help me here. I have an Excel workbook that is used by a few different people, conveniently we all have different versions of Office. I don't have rights to install or upgrade/downgrade anything on the other computers.
The problem is the Microsoft Word Reference Library. I've made the workbook with the Word 14.0 Reference Library, if anyone opens it then saves it on a later version of Office it automatically changes this to Word 15.0 Reference Library, then nothing will work for anyone on the older versions as Word 15.0 comes up missing.
Is there any way around this? Either a way to add/remove reference libraries through VBA code that I could have run when the workbook opens, or a way to make my code not need the reference library?
Or something else entirely, I'm up for anything that would save me having people come to me every other day with this not working. I know it's a one minute fix to sort the reference libraries every time but the other users need a fully working version.
(The code itself does a lot of opening Word documents, replacing text based on data held on the workbook and then emailing those documents out, but I'd assume that's irrelevant)
Thanks in advance
D
Hopefully you guys can help me here. I have an Excel workbook that is used by a few different people, conveniently we all have different versions of Office. I don't have rights to install or upgrade/downgrade anything on the other computers.
The problem is the Microsoft Word Reference Library. I've made the workbook with the Word 14.0 Reference Library, if anyone opens it then saves it on a later version of Office it automatically changes this to Word 15.0 Reference Library, then nothing will work for anyone on the older versions as Word 15.0 comes up missing.
Is there any way around this? Either a way to add/remove reference libraries through VBA code that I could have run when the workbook opens, or a way to make my code not need the reference library?
Or something else entirely, I'm up for anything that would save me having people come to me every other day with this not working. I know it's a one minute fix to sort the reference libraries every time but the other users need a fully working version.
(The code itself does a lot of opening Word documents, replacing text based on data held on the workbook and then emailing those documents out, but I'd assume that's irrelevant)
Thanks in advance
D