假如文本框控件叫TextBox1,在它的Exit事件中加入以下代码:Private Sub TextBox1_Exit(ByVal Cancel As MSForms.ReturnBoolean) TextBox1.SelStart = 0End Sub你试试吧。