R
Romanian37
I'm using worksheet_change to flag up when a user changes values withi
a specific range in a sheet.
This works fine when the user enters data individually in each cell
but doesn't work when I either fill down / copy and paste / delete
selection of cells. Only the first cell of the selection seems to b
flagged.
Is this just a feature of worksheet change or can I get round this ( a
any given time the user could change one of 10,000+ cells) ?
The only way I can think of is to take a copy of the sheet befor
changes and then compare any changes, which (given memory constraints
is not something I'm keen on.
Any help much appreciated
Cheer
a specific range in a sheet.
This works fine when the user enters data individually in each cell
but doesn't work when I either fill down / copy and paste / delete
selection of cells. Only the first cell of the selection seems to b
flagged.
Is this just a feature of worksheet change or can I get round this ( a
any given time the user could change one of 10,000+ cells) ?
The only way I can think of is to take a copy of the sheet befor
changes and then compare any changes, which (given memory constraints
is not something I'm keen on.
Any help much appreciated
Cheer