½Ð°Ý Find Address[¤w¸Ñ¨M&ÁÂÁÂkimbalª©¤j]
| ©«¤l219 ¥DÃD24 ºëµØ0 ¿n¤À243 ÂI¦W0  §@·~¨t²ÎWindows10 ³nÅ骩¥»Office2016 ¾\ŪÅv20 ©Ê§O¤k µù¥U®É¶¡2012-4-18 ³Ì«áµn¿ý2022-2-7 
  
 | 
 ½Ð°Ý Find Address[¤w¸Ñ¨M&ÁÂÁÂkimbalª©¤j]
| ¥»©«³Ì«á¥Ñ HSIEN6001 ©ó 2012-7-16 13:59 ½s¿è 
 ¦bA¦C¼Ð¥X¡A§ä¨ìD:F½d³ò¤º¬ÛÀ³Èªº¦ì§}
 
 ½Ðª©¤jÀ°§Ú¬Ý¬Ý¸Ó×qªº³¡¥÷
 ÁÂÁÂ!
 
  Find.rar (6.03 KB) | 
 | 
|  | 
|  |  | 
|  |  | 
| ©«¤l472 ¥DÃD5 ºëµØ0 ¿n¤À485 ÂI¦W0  §@·~¨t²ÎWindows ³nÅ骩¥»MS Office ¾\ŪÅv100 ©Ê§O¨k ¨Ó¦Û»´ä µù¥U®É¶¡2010-7-4 ³Ì«áµn¿ý2014-12-28 
 
 | 
                
| ¸Õ¸Õ ½Æ»s¥N½XSub EX() 
    Dim I As Long, B As Long
    Dim myArr As Variant
    Dim rng As Range
    Application.ScreenUpdating = False
    
    myArr = Array("¯Ã¬ù", "Ä«ªG", "ªL®Ñ»¨", "}¼ï¥¬¬¥§J", "¥§§J¶¤", "Åå³Y", "²y°g")
    B = 0
    With Sheets("Sheet1").Range("D:F")
        For I = LBound(myArr) To UBound(myArr)
            Set rng = .Find(What:=myArr(I), _
                            After:=.Cells(.Cells.Count), _
                            LookIn:=xlFormulas, _
                            LookAt:=xlWhole, _
                            SearchOrder:=xlByRows, _
                            SearchDirection:=xlNext, _
                            MatchCase:=False)
            If Not rng Is Nothing Then
                B = B + 1
                Cells(B, 1).Value = rng.Address
            End If
        Next I
    End With
    Application.ScreenUpdating = True
End Sub
 | 
 | 
|  | 
|  |  | 
|  |  |