咕咕雞的學習點滴
2013年2月8日 星期五
evb inputbox
Option Explicit
Private Sub Form_Click()
Dim strResult As String
strResult = InputBox("請輸入公司名稱", "親愛的客戶您好", "株式會社")
Print "您好," & strResult
End Sub
Private Sub Form_OKClick()
App.End
End Sub
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言