- ©«¤l
- 20
- ¥DÃD
- 2
- ºëµØ
- 0
- ¿n¤À
- 30
- ÂI¦W
- 0
- §@·~¨t²Î
- win 7
- ³nÅ骩¥»
- office 2007
- ¾\ŪÅv
- 10
- ©Ê§O
- ¨k
- ¨Ó¦Û
- ¥xÆW
- µù¥U®É¶¡
- 2012-11-7
- ³Ì«áµn¿ý
- 2014-12-27
 
|
¦^´_ 11# GBKEE - «D±`·PÁÂG¤jªº±Ð¾É
- Option Explicit
- Private Sub Worksheet_Change(ByVal Target As Range)
- Dim data As Range
- [color=Red] Dim x As Range
- Dim y As Range[/color]
- Application.EnableEvents = False
- If Target.Address(0, 0) = "[color=Red]B1:B10[/color]" Then Exit Sub
- With Range("[color=Red]B1:B10[/color]")
- If Not .Find(What:="#N/A", LookIn:=xlValues) Is Nothing Then .Cells = ""
- End With
- Set data = ['sheet2'!$A$1:B$1000]
- Y = Application.VLookup(X, data, 2, 0)
- Application.EnableEvents = True
- End Sub
½Æ»s¥N½X ´ú¸Õ¥H¤Wªº»yªk ¦ý ¦n¹³ÁÙ¬O¤£¦æ ¥¿¦b´M«ä ¬O§_þ¸Ì¦³½Ä¬ð |
|