Hi,
I seem unable to place the cursor(caret) at the end of a combo box selection once a choice has been made?
I have in the changed event
But it doesn't work and the entire contents of the dropdown selection remains selected?
I was using
which works fine apart from suffering from that age old bug and is messing with the user's numlock and capslock settings.
Any ideas?
Thanks,
1DMF
"In complete darkness we are all the same, it is only our knowledge and wisdom that separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!"
Free Dance Music Downloads
I seem unable to place the cursor(caret) at the end of a combo box selection once a choice has been made?
I have in the changed event
Code:
Me.Controls(sCont).SelStart = Len(Me.Controls(sCont).Text)
But it doesn't work and the entire contents of the dropdown selection remains selected?
I was using
Code:
sendkeys{"F2"}
Any ideas?
Thanks,
1DMF
"In complete darkness we are all the same, it is only our knowledge and wisdom that separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!"
Free Dance Music Downloads