Make a cell editable

  • Thread starter Thread starter Samuel Shulman
  • Start date Start date
S

Samuel Shulman

Any method to make a cell editable programmatically
The problem is that if the user entered a value which is not valid then
instead of ignoring the value and explaining the user what was wrong want
to give them another chance to modify the value which they have entered

Thanks,
Samuel
 
Solution to my problem was found

If I set the value type of the cell then the control will not allow input of
the wrong type.

Programmers may put their own Message box by handling the data error event

I am still not sure of how to make a cell editable programmatically

Samuel
 
Back
Top