- ©«¤l
- 4901
- ¥DÃD
- 44
- ºëµØ
- 24
- ¿n¤À
- 4916
- ÂI¦W
- 197
- §@·~¨t²Î
- Windows 7
- ³nÅ骩¥»
- Office 20xx
- ¾\ŪÅv
- 150
- ©Ê§O
- ¨k
- ¨Ó¦Û
- ¥x¥_
- µù¥U®É¶¡
- 2010-4-30
- ³Ì«áµn¿ý
- 2025-8-12
               
|
¥»©«³Ì«á¥Ñ Hsieh ©ó 2014-8-28 22:21 ½s¿è
¦^´_ 5# j88141
ÅçÃÒ¤½¦¡§ï¤@¤U
=COUNTIF($G$2:$H$5,A$2)>0- Private Sub Worksheet_Change(ByVal Target As Range)
- If Intersect(Target, [A1:C1]) Is Nothing Then Exit Sub '¿é¤J¤H¦Wªº½d³ò³]©w¦bA1:C1
- If Target.Count > 1 Then MsgBox "¥u¯à§ïÅܤ@®æ": Exit Sub
- Set Rng = Range("C:C").Find(Target, LookAt:=xlWhole, MatchCase:=True)
- With Target.Offset(1)
- If Not Rng Is Nothing Then .Value = Rng.Offset(0, 1).Value: Application.SendKeys "{F2}~"
- DoEvents
- If .Validation.Value = False Then .Value = ""
- End With
- End Sub
½Æ»s¥N½X
¬¡¶Ã¯.rar (14.43 KB)
|
|