| ©«¤l4901 ¥DÃD44 ºëµØ24 ¿n¤À4916 ÂI¦W267  §@·~¨t²ÎWindows 7 ³nÅ骩¥»Office 20xx ¾\ŪÅv150 ©Ê§O¨k ¨Ó¦Û¥x¥_ µù¥U®É¶¡2010-4-30 ³Ì«áµn¿ý2025-10-31 
                
 | 
                
| ¥»©«³Ì«á¥Ñ Hsieh ©ó 2013-4-2 11:15 ½s¿è 
 ¦^´_ 1# a703130
 ½Æ»s¥N½XSub 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
 | 
 |