- ©«¤l
- 169
- ¥DÃD
- 41
- ºëµØ
- 0
- ¿n¤À
- 219
- ÂI¦W
- 0
- §@·~¨t²Î
- WIN10
- ³nÅ骩¥»
- office 2007
- ¾\ŪÅv
- 20
- ©Ê§O
- ¨k
- µù¥U®É¶¡
- 2012-7-31
- ³Ì«áµn¿ý
- 2023-9-15
|
»yªk¦³»~??
Private Sub CommandButton6_Click() '×¥¿
With Sheet4
.Cells(50, ColNr) = TextBox2
.Cells(51, ColNr) = TextBox3
.Cells(52, ColNr) = TextBox4
.Cells(53, ColNr) = TextBox5
.Cells(54, ColNr) = TextBox6
.Cells(55, ColNr) = TextBox7
ComboBox1.ListIndex = TextBox4
With .ComboBox2
For i = 0 To .ListCount - 1
If Left(Arr(i), 1) = Sheet4.Cells(53, ColNr) Then
.ListIndex = i
Exit For
End If
Next i
End With
With .ComboBox3
For i = 0 To .ListCount - 1
If Left(Arr2(i), 2) = Sheet4.Cells(54, ColNr) Then
.ListIndex = i
Exit For
End If
Next i
End With
End With
End If
End Sub
½Ð°ª¤âÀ°¦£¬Ý¤@¤U,»yªk¤W¦³»~??? |
|