I have an Excel slice, in which I want to intercept entries to launch a TI process. Each time a user entries a new data in a specific range of cells (containing DBRW formulas), I want a TI process to run to update some related data in an other cube.
I use the VBA event Worksheet_Change, which takes into account the new entry. But the data that has been changed is not in the cube until the sub ends. That means that my TI process runs with the old value.

It seems that the link between the cell and the cube (ie DBRW formula) is done after the end of the actions asked in the sub Workksheet_change.
I hope my question is clear. Don't hesitate to ask if you need some more explanation.
Have you ever met this problem? Do you have some ideas?
Thanks in advance
Catherine