I have to connect two excel files so that changes in one file cause changes in another one. It is not possible to merge them and just defferentiate them by being different sheets, they have to stay different files.
It should work the same way as a cell containg =sheet1!A1
would, just with different Files.
I don't think there is a function in Excel for this, or am I wrong?
Can I implement this with VBA and macros?
One main problem I see is that I think Excel always ensures that there are no 2 people working in the same document. As it only locks the opened document, there could be either someone else working on the document, that should be changed too (which cannot be the case in Excel I think) or the "enqueue service" must lock all connected tables (which would be fine for me, I just don't consider it as being capable to do this)