- ©«¤l
- 4901
- ¥DÃD
- 44
- ºëµØ
- 24
- ¿n¤À
- 4916
- ÂI¦W
- 247
- §@·~¨t²Î
- Windows 7
- ³nÅ骩¥»
- Office 20xx
- ¾\ŪÅv
- 150
- ©Ê§O
- ¨k
- ¨Ó¦Û
- ¥x¥_
- µù¥U®É¶¡
- 2010-4-30
- ³Ì«áµn¿ý
- 2024-11-14
|
¥»©«³Ì«á¥Ñ Hsieh ©ó 2013-4-2 11:15 ½s¿è
¦^´_ 1# a703130 - Sub nn()
- restr = InputBox("¿é¤JÃöÁä¦r¦ê", , "NG")
- With ActiveSheet
- For i = 6 To 10
- a = .Range(.Cells(1, i), .Cells(.Rows.Count, i).End(xlUp))
- mystr = Join(Application.Transpose(a), "")
- x = x + (Len(mystr) - Len(Replace(mystr, restr, ""))) / 2
- MsgBox "²Ä" & i & "Äæ" & (Len(mystr) - Len(Replace(mystr, restr, ""))) / Len(restr) & "Ó" & restr
- Next
- MsgBox "Á`p¦³" & x & "Ó" & restr
- End With
- End Sub
½Æ»s¥N½X |
|