- ©«¤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
        
|
¦^´_ 1# myleoyes
¬O³o¼Ë¶Ü
- Private Sub Worksheet_SelectionChange(ByVal Target As Range)
- If Target(1).Address = "$L$2" Then Ex
- End Sub
- Private Sub Ex()
- Dim Rng(1 To 2) As Range, A
- Set Rng(1) = Cells(Rows.Count, "A").End(xlUp)
- Set Rng(2) = Cells(Rows.Count, "L")
- Do While Rng(1).Row <> Rng(2).End(xlUp).Row
- A = Application.InputBox("½ü¤J²Ä" & Rng(2).End(xlUp).Row - 1 & "ӼƦr", Type:=1)
- If A = False Then Exit Do
- Rng(2).End(xlUp).Offset(1) = A
- Loop
- End Sub
½Æ»s¥N½X |
|