nickjnford
New Member
- Joined
- Mar 23, 2008
- Messages
- 21
Hi,
In my user form, on selecting a value in a combo box, calculations are made with the selected value in the combo box AfterUpdate method and various results are displayed in several text boxes on the form. The text box values do not change unless I click in one of them. How can I force the text boxes to automatically display the results from the combo box AfterUpdate method? I have tried Me.Repaint in the textbox Change method - nothing I try works.
Help would be gratefully received.
Nick
In my user form, on selecting a value in a combo box, calculations are made with the selected value in the combo box AfterUpdate method and various results are displayed in several text boxes on the form. The text box values do not change unless I click in one of them. How can I force the text boxes to automatically display the results from the combo box AfterUpdate method? I have tried Me.Repaint in the textbox Change method - nothing I try works.
Help would be gratefully received.
Nick