Midwest wrote:Users copy/paste multiple cells at a same time.
After copy/paste, the value simply DDU, XYZ. the DBRW is no longer there.
Would it be possible to have users just copy and past one cell at a time or not copy and paste at all? When you copy and paste multiple cells in an active form or slice, it will erase the TM1 Excel functions in the selected cells and replace them with just plain text or numeric values, and to the best of my knowledge there is no way around that (although my knowledge is not very great when dealing with active forms and slicing). So, if having users not copy and paste multiple cells at the same time is not an option, I have no other good solution for you at this time, but someone else might. A while back, we had a request to take excel slicing offline, and to accomplish this we wrote some VBA for excel which essentially copied and pasted an entire sheet into another sheet when the user wanted to go back online. So I know it is likely doable, it may however be more work than benefit. A starting point might be to look into what Excel Functions you are using in your sheet, whether its DBRW, DBR, etc. and how those are each affected by copy and pasting techniques. Sorry I don't have a better answer.