Hello,
I am writing a program in VBA which is based on forms with a variety of textboxes, command buttons, and other controls. I have used the controlsrouce property, programatically, to establish a two way relationship between an individual cell and an individual textbox on my form. It worked just fine for a while, and then all of the sudden it stopped working. Basically the value in the cell is still updated if I enter new text in my textbox. But, for instance, if I clear/change the contents of that cell, the value of the textbox will not be updated. Therefore it seems that now the relationship is working only one way. Did anybody ever encounter such problem? Is there anything that I'm missing here?
Thank you in advance for any suggestions.
I am writing a program in VBA which is based on forms with a variety of textboxes, command buttons, and other controls. I have used the controlsrouce property, programatically, to establish a two way relationship between an individual cell and an individual textbox on my form. It worked just fine for a while, and then all of the sudden it stopped working. Basically the value in the cell is still updated if I enter new text in my textbox. But, for instance, if I clear/change the contents of that cell, the value of the textbox will not be updated. Therefore it seems that now the relationship is working only one way. Did anybody ever encounter such problem? Is there anything that I'm missing here?
Thank you in advance for any suggestions.