Take a look here (about 2/3 down the page) for the event order:
http://cpearson.com/excel/events.htm
In article <5BF5805A-895F-4099-AE74-(E-Mail Removed)>,
clara <(E-Mail Removed)> wrote:
> Hi all,
>
> I find change and selectionchange are entwined together. If I want to limit
> a cell' content change, I have to handle selectionchange ,change and
> selectionchange orderly. Because focus first need to move to the cell, then
> change the content and last focus move to other cell. Could you give me a
> clear explanation what can I should in these step?
>
> Clara