Private Sub 確定_Click() Text1.Text = 會員人數 Text2.Text = 每期會金 Text3.Text = 預計投標金額 Text4.Text = 預計投標期別
Label5 " 得款金額="&(Val(Text1.Text) - Val(Text4.Text)* (Val(Text2.Text) - Val(Text3.Text)) + (Val(Text4.Text) - 1) * Val(Text2.Text) End Sub Private Sub Command1_Click() End End Sub
目前打到這裡-.-|| 但都錯.....
誰看的出哪裡錯@@ 該怎改 |