My onEdit event handler fires just fine when I edit spreadsheet cell manually, or when I paste into it by Ctrl+V, but completely ignores when I do 'drag-copying'.

'drag-copying' is when you point the mouse to cell's lower right corner, the one marked with little square, then hold left mouse button down, then move the mouse down. When you do so, Spreadsheet will copy cell's value to every cell below, down to mouse pointer's current position.

I want my code in onEdit event handler to process every change of cell values.

But it doesn't gets called at all!

Please point me to how to do it right or tell me it's not possible.

link|improve this question
1  
I guess this should be posted as a bug. since clearly the onEdit event should fire with this. – Eduardo Cereto Aug 26 '11 at 22:30
feedback

1 Answer

up vote 1 down vote accepted

This is a known bug and has been reported on Apps Script Issue Tracker

So, to answer your question: No, it is not currently possible.

Best, Anton

link|improve this answer
Thanks for info! – frepkin Apr 17 at 14:14
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.