excel汉子首拼代码
excel汉子首拼自动生成
先打开excel,再点击工具-宏-visualbasic编辑器
在编辑器中右键点击vbaproject,点插入-模块
再将下列代码考入模块中,
PublicFunctionSuperPY(ByValvTextAsVariant)AsString
Application.Volatile
DimstrResultAsString
DimlStartAsLong
DimsTempAsString
OnErrorResumeNext
ForlStart=1ToLen(vText)
sTemp=VBA.StrCon
下载地址
用户评论
挺不错的,自己还是不会写。