Board logo

標題: [發問] vba function再問 [打印本頁]

作者: modelcrazyer    時間: 2015-11-19 20:48     標題: vba function再問

各位高手程式如下
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

test A , B




歡迎光臨 麻辣家族討論版版 (http://forum.twbts.com/)