- ©«¤l
- 5923
- ¥DÃD
- 13
- ºëµØ
- 1
- ¿n¤À
- 5986
- ÂI¦W
- 0
- §@·~¨t²Î
- win10
- ³nÅ骩¥»
- Office 2010
- ¾\ŪÅv
- 150
- ©Ê§O
- ¨k
- ¨Ó¦Û
- ¥xÆW°ò¶©
- µù¥U®É¶¡
- 2010-5-1
- ³Ì«áµn¿ý
- 2022-1-23
|
¦^´_ 11# user999
ListBox1 «á Yn¨ú®ø, ¥u¯à¿é0ªí¥Ü,µLªk«ì´_¥¼¿ïª¬ºA§a!
קï¦p¤U- Private Sub ListBox1_DblClick(ByVal Cancel As MSForms.ReturnBoolean)
- Dim ListText As Integer, i As Integer
- i = ListBox1.ListIndex
- ListText = Val(ListBox1.List(i, 1))
- ListText = Application.InputBox("½Ð¿é¤J¼Æ¦r : ", ListBox1.List(i), ListText, Type:=1)
- If ListText >= 0 Then
- If ListText > 0 Then ListBox1.List(i, 1) = ListText '>0 ¿é¤J¼ÆÈ
- If ListText = 0 Then ListBox1.List(i, 1) = "" '=0 ²M°£¤º®e
- End If
- Ar(ComboBox2.ListIndex) = Application.Transpose(Application.Transpose(ListBox1.List))
- '«~§O°}¦Cªº¯Á¤Þ¤§°}¦C = ListBox1
- ITEM(ComboBox1.ListIndex) = Ar '©±§O°}¦Cªº¯Á¤Þ¤§°}¦C = «~§O°}¦C
- Åã¥Üp¼Æ
- End Sub
½Æ»s¥N½X |
|