richardcarter
Board Regular
- Joined
- Dec 10, 2003
- Messages
- 77
I have a userform which contains a text box which is used for data entry purposes. The form is always open (i.e. running in vbmodeless) and I am trying to get the text box to display the 'active cell value' (using Text = ActiveCell.Value), However, whenever I move the cursor to a new cell, the textbox on the userform doesn't update. I can only assume this is because the userform is running in vbmodeless and needs to be closed and then re-opened again to update itself. Anyone know a way to get around this?