各位高手程式如下
Public Function test( A,B)
A.Text = Left((A.Text), Len(AText) - 1)
B.SelStart = Len(A.Text)
end
Sub ComboBox15_Change()
Dim A,B as string
A=UserForm1.ComboBox15
B="UserForm1.ComboBox15"
test(A,B)
End sub
但是每次都會出現必須要有運算式,請問我哪裡有錯??煩請指正作者: jackyq 時間: 2015-11-20 08:40