I'm trying to select the contents of a text box like this:
ItemID.SetFocus
ItemID.SelStart = 0
ItemID.SelLength = len(ItemID)
End Sub
The SelStart and SelLength have no effect no matter how I have tried to use them. I have tried SelStart = 0, 1, 2, 3, etc... The position of the cursor...