http://goo.gl/JH19vs
这是知识+里的一个问题
下列星号分隔线中的是我回答的内容 原文无增删
**************************************************************************
http://cht.tw/h/5ld0o
↑ 范例档案下载
应该就是你要的功能
Private Sub TextBox1_KeyDown(ByVal KeyCode As MSForms.ReturnInteger, ByVal
Shift As Integer)
If KeyCode = 13 Then
Set Barcode = Cells.Find(What:=TextBox1.Text, After:=ActiveCell,
LookAt:=xlWhole)
If Barcode Is Nothing Then
MsgBox "无此资料"
Exit Sub
End If
Barcode.Activate
ActiveCell.Offset(0, 1) = TextBox1.Text
TextBox1.Text = ""
End If
End Sub
***************************************************************************
这样的回答有何不妥
结果知识+ 扣了我50点还删了我的回文
你他喵的 知识+ 到底是在干洨