Assume the follownig:-
- a centralalised xls file containing VBA code
- users use this xls by copying it to their own C-drive
- I find a bug in the VBA code and update the centralised xls file
I'm wondering if there is a way to update the user's C-drive VBA code with some centralised VBA code when required. I've written code that can check if a file has been changed compared to the last time it was read in, so that shouldn't be a problem, but I'm not sure if updating/replacing VBA code is doable, and if so, what would be the best way to "store" the updated VBA code (in an xls file, in some sort of simple external text file, ....)