Make a cell editable

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Samuel Shulman

    #1

    Make a cell editable

    Any method to make a cell editable programmaticall y
    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


  • Samuel Shulman

    #2
    Re: Make a cell editable

    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 programmaticall y

    Samuel



    "Samuel Shulman" <samuel.shulman @ntlworld.comwr ote in message
    news:%23ylsfSas GHA.1196@TK2MSF TNGP04.phx.gbl. ..
    Any method to make a cell editable programmaticall y
    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
    >

    Comment

    Working...