- ©«¤l
- 2035
- ¥DÃD
- 24
- ºëµØ
- 0
- ¿n¤À
- 2031
- ÂI¦W
- 0
- §@·~¨t²Î
- Win7
- ³nÅ骩¥»
- Office2010
- ¾\ŪÅv
- 100
- ©Ê§O
- ¨k
- µù¥U®É¶¡
- 2012-3-22
- ³Ì«áµn¿ý
- 2024-2-1
|
¦^´_ 1# ML089
´£¨Ñ§A°Ñ¦Ò¡C- Function decodeFMT(decode As String) As String
- Dim tLen%, txt$, num$
-
- If Len(decode) = 0 Then decodeFMT = "": Exit Function
- num = "=Sum("
- For tLen = 1 To Len(decode)
- txt = Mid(decode, tLen, 1)
- If txt = "(" Or txt = ")" Or txt = "+" Or txt = "+" Or txt = "+" Or txt = "-" Or txt = "*" Or txt = "/" Or (txt >= "0" And txt <= "9") Then
- num = num + txt
- End If
- Next tLen
- decodeFMT = num + ")"
- End Function
½Æ»s¥N½X
EXCEL VBA pºâ»¡©úÂàª÷ÃB.rar (9.07 KB)
|
|