- ©«¤l
- 4901
- ¥DÃD
- 44
- ºëµØ
- 24
- ¿n¤À
- 4916
- ÂI¦W
- 61
- §@·~¨t²Î
- Windows 7
- ³nÅ骩¥»
- Office 20xx
- ¾\ŪÅv
- 150
- ©Ê§O
- ¨k
- ¨Ó¦Û
- ¥x¥_
- µù¥U®É¶¡
- 2010-4-30
- ³Ì«áµn¿ý
- 2025-3-12
               
|
¦^´_ 3# peter460191
³o¬On¥ÎVBA¨Ó¼g¡A¤@¯ë¤½¦¡¬O¤£¥i¯à¹F¦¨ªº
¤u§@ªí¼Ò²Õ- Private Sub Worksheet_Change(ByVal Target As Range)
- Dim A As Range
- If Intersect(Target, [D3:D4]) Is Nothing Then Exit Sub
- Application.EnableEvents = False
- Set A = Columns("A:B").Find(Target, lookat:=xlWhole)
- If A Is Nothing Then MsgBox "¿é¤J¿ù»~": [D3:D4] = "": GoTo 10
- [D3] = Cells(A.Row, 1).Value
- [D4] = Cells(A.Row, 2)
- 10
- Application.EnableEvents = True
- End Sub
½Æ»s¥N½X |
|