Private Sub cust_Exit(ByVal Cancel As MSForms.ReturnBoolean)
Sheets("編號").Select
Cells.Find(what:=cust.Text).Activate
cust.Text = ActiveCell.Offset(0, 0).Range("a1").Text
num.Text = ActiveCell.Offset(0, 0).Range("b1").Text
Sheets("資料表").Select
End Sub
Private Sub exit1_Click()
End
End Sub
Private Sub reentry_Click()
cust.Text = ""
num.Text = ""
End Sub作者: kimbal 時間: 2014-5-13 00:22