- ©«¤l
- 552
- ¥DÃD
- 3
- ºëµØ
- 0
- ¿n¤À
- 578
- ÂI¦W
- 0
- §@·~¨t²Î
- win7
- ³nÅ骩¥»
- office 2010
- ¾\ŪÅv
- 50
- ©Ê§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¦¨¦Û°Ê¤Æ- Private 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
½Æ»s¥N½X |
|