silentwolf
Well-known Member
- Joined
- May 14, 2008
- Messages
- 1,216
- Office Version
- 2016
Hi guys,
I would just like to get some ideas on how you go about those kind of situation.
Several different Excel Workbooks need to be updated from time to time.
Because those workbooks require different Updates, different Code and are all .xls or xlsx files I created the codes
to update within the Personal.XLSB file.
On the Ribbon I placed a Button which runs one of those Updates when pressed.
But this allows at present only one "Type of Workbook" to be updated.
How would you go about it to keep it flexible so you can choose a workbook which need to be updated and run the update accordingly.
Would you put the code into the Personal XLSB File or is this bad practice?
Would you create a userform to pick files and then run the appropriate update?
Or create several xlsm files?
Just wondering how you would do it the best way?
Hope this is understandable what I am trying to do and maybe someone can give me some Ideas or better Solution of doing this.
Or perhabs just share your experience on how you would go about it?
Many thanks
Albert
I would just like to get some ideas on how you go about those kind of situation.
Several different Excel Workbooks need to be updated from time to time.
Because those workbooks require different Updates, different Code and are all .xls or xlsx files I created the codes
to update within the Personal.XLSB file.
On the Ribbon I placed a Button which runs one of those Updates when pressed.
But this allows at present only one "Type of Workbook" to be updated.
How would you go about it to keep it flexible so you can choose a workbook which need to be updated and run the update accordingly.
Would you put the code into the Personal XLSB File or is this bad practice?
Would you create a userform to pick files and then run the appropriate update?
Or create several xlsm files?
Just wondering how you would do it the best way?
Hope this is understandable what I am trying to do and maybe someone can give me some Ideas or better Solution of doing this.
Or perhabs just share your experience on how you would go about it?
Many thanks
Albert