Private Sub btnUpdate_Click() Dim values(3) Dim u As Long u = ListBox1.ListIndex If u <> -1 Then values(0) = TextBox1.Value values(1) ...
確定! 回上一頁