View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
FSt1 FSt1 is offline
external usenet poster
 
Posts: 3,942
Default Lost focus for Cells?

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

"General Fear" wrote:


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