| ©«¤l552 ¥DÃD3 ºëµØ0 ¿n¤À578 ÂI¦W0  §@·~¨t²Îwin7 ³nÅ骩¥»office 2010 ¾\ŪÅv50 ©Ê§O¨k µù¥U®É¶¡2015-2-8 ³Ì«áµn¿ý2024-7-9 
   
 | 
                
| ¦^´_ 1# starry1314 
 ÕY¥Î¤u§@ªí¨Æ¥ó«h¥i¥H§â¤U±µ{§Ç¶K¨ì¤u§@ªíªºµ{§Ç¤¤¡A¤£¥Î«ö«ö¶s´N¥i¹F¦¨¦Û°Ê¤Æ
 ½Æ»s¥N½XPrivate Sub Worksheet_Change(ByVal Target As Range)
If Target.Address = [B3].Address Then
    If Target = "" Then
        MsgBox "½Ð¿é¤J¼Æ¶q"
        Exit Sub
    End If
    Application.EnableEvents = False
    If [A7] <> "" Then
        Range("A7:" & Cells(Rows.Count, 1).End(xlUp).Address) = ""
    End If
    For I = 1 To Target
        Cells(I + 6, 1) = Target.Offset(0, 1)
    Next
    Application.EnableEvents = True
End If
End Sub
 | 
 |