Let me ask you a question.
Why do you think this?
I can limit a cell's content simple with the change event.

Signature
---
HTH
Bob
(there's no email, no snail mail, but somewhere should be gmail in my addy)
Hi,
In order to make a change to a cell, first you have to move the focus to the
cell and it causes selectionchange , after you type in the cell, you move the
focus out to other cells and at this time, the excel know there is a change
in a cell and a new selectionchange is also triggered.
Clara

Signature
thank you so much for your help
> Let me ask you a question.
>
[quoted text clipped - 13 lines]
> >
> > Clara
Susan - 25 May 2007 14:51 GMT
i don't believe that moving FOCUS to another cell triggers
selectionchange, only if you SELECT another cell.
AFAIK
susan
> Hi,
>
[quoted text clipped - 36 lines]
>
> - Show quoted text -
Bob Phillips - 25 May 2007 16:45 GMT
That is true, but you don't have to do anything in the SelectionChange
event, so what is the problem?

Signature
---
HTH
Bob
(there's no email, no snail mail, but somewhere should be gmail in my addy)
> Hi,
>
[quoted text clipped - 26 lines]
>> >
>> > Clara