- ©«¤l
- 12
- ¥DÃD
- 1
- ºëµØ
- 0
- ¿n¤À
- 50
- ÂI¦W
- 0
- §@·~¨t²Î
- Windows
- ³nÅ骩¥»
- Xp
- ¾\ŪÅv
- 20
- µù¥U®É¶¡
- 2017-12-26
- ³Ì«áµn¿ý
- 2019-5-21
|
¦^´_ 1# ychuang
Public Sub instr_()
Dim str1 As String
str1 = "don't"
For Row = 1 To 10
For col = 1 To 10
If (InStr(1, Cells(Row, col), str1)) Then
Range(Cells(Row, col), Cells(Row, col)).Select
End If
Next
Next
End Sub
|
|