excel 中如何将数字转换成英文

excel 中如何将数字转换成英文

ID:22293524

大小:19.17 KB

页数:11页

时间:2018-10-28

excel 中如何将数字转换成英文_第1页
excel 中如何将数字转换成英文_第2页
excel 中如何将数字转换成英文_第3页
excel 中如何将数字转换成英文_第4页
excel 中如何将数字转换成英文_第5页
资源描述:

《excel 中如何将数字转换成英文》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库

1、一、网上下载的代码1.创建一个模块: 在SHEET上,右键-》查看代码。选中“模块”-》插入模块。2.写代码:OptionExplicitDimStrNO(19)AsStringDimUnit(8)AsStringDimStrTens(9)AsStringPublicFunctionNumberToString(NumberAsDouble)AsString   DimStrAsString,BeforePointAsString,AfterPointAsString,tmpStrAsString   DimPointAsInteger   DimnBitA

2、sInteger   DimCurStringAsString   DimnNumLenAsInteger   DimTAsString   CallInit   Str=CStr(Round(Number,2))   'Str=Number   IfInStr(1,Str,".")=0Then       BeforePoint=Str       AfterPoint=""   Else       BeforePoint=Left(Str,InStr(1,Str,".")-1)       T=Right(Str,Len(Str)-InStr(1,St

3、r,"."))       IfLen(T)<2ThenAfterPoint=Val(T)*10       IfLen(T)=2ThenAfterPoint=Val(T)       IfLen(T)>2ThenAfterPoint=Val(Left(T,2))   EndIf   IfLen(BeforePoint)>12Then       NumberToString="TooBig."       ExitFunction   EndIf   Str=""   DoWhileLen(BeforePoint)>0       nNumLen=Len(

4、BeforePoint)       IfnNumLenMod3=0Then           CurString=Left(BeforePoint,3)           BeforePoint=Right(BeforePoint,nNumLen-3)       Else           CurString=Left(BeforePoint,(nNumLenMod3))           BeforePoint=Right(BeforePoint,nNumLen-(nNumLenMod3))       EndIf       nBit=Len

5、(BeforePoint)/3       tmpStr=DecodeHundred(CurString)       If(BeforePoint=String(Len(BeforePoint),"0")OrnBit=0)AndLen(CurString)=3Then           IfCInt(Left(CurString,1))<>0AndCInt(Right(CurString,2))<>0Then               'tmpStr=Left(tmpStr,InStr(1,tmpStr,Unit(4))+Len(Unit(4)))&U

6、nit(8)&""&Right(tmpStr,Len(tmpStr)-(InStr(1,tmpStr,Unit(4))+Len(Unit(4))))           Else'IfCInt(Left(CurString,1))<>0AndCInt(Right(CurString,2))=0Then               'tmpStr=Unit(8)&""&tmpStr           EndIf       EndIf       IfnBit=0Then           Str=Trim(Str&""&tmpStr)       Els

7、e           Str=Trim(Str&""&tmpStr&""&Unit(nBit))       EndIf       IfLeft(Str,3)=Unit(8)ThenStr=Trim(Right(Str,Len(Str)-3))       IfBeforePoint=String(Len(BeforePoint),"0")ThenExitDo       'Debug.PrintStr   Loop   BeforePoint=Str   IfLen(AfterPoint)>0Then       AfterPoint=Unit(6)&

8、""&DecodeHundred(AfterPoin

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。