Lost focus for Cells?

G

General Fear

After the user enters values into a certain column, and when the user
moves off the cell that they just typed data into, I need to check
value.

Is there a better way than using change and selectionchange?

Regards
 
F

FSt1

hi,
i would look into data validation to restrict the value users can input
rather that check their input afer the fact.
question- what if they input something wrong.....now what?????

Regards
FSt1
 
S

Socko

I would say selectionchange should be a fair option! Have you had any
problem with that?

I would suggest not to use data validation, due to some faults in
that. my experience was not very good with the users, as they used to
overcome inputing correct/valid values by copy/paste (For your ref,
excel does not validate any value which is not entered manually. so if
you copy and paste it, data validation is not done)

Selva V Pasupathy
For more excel and vba info, please visit: http://socko.wordpress.com
 
G

General Fear

I would say selectionchange should be a fair option! Have you had any
problem with that?

I would suggest not to use data validation, due to some faults in
that. my experience was not very good with the users, as they used to
overcome inputing correct/valid values by copy/paste (For your ref,
excel does not validate any value which is not entered manually. so if
you copy and paste it, data validation is not done)

Selva V Pasupathy
For more excel and vba info, please visit:http://socko.wordpress.com


I used selectionchange. The only thing I noticed is that sometimes I
needed to move around ( going back and forth ) to get the affect of
moving of the cell.

Is there something that I might be doing wrong?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top