只需一步,快速开始
1970-1-1 08:00| 发布者: 情比金坚/Benjamin_l| 查看: 1756| 评论: 0
Benjamin_luk 的方法 :Public Function CSNumber(myStr as String,myLetter as String) as integerdim I as integer,J as integerJ=0for I = 1 to Len(myStr) if MID(myStr,I,1)=myLetter then J=J+1 End if NextCSNumber=JEnd Function相关论坛贴子: http://www.office-cn.net/bbs/dispbbs.asp?boardid=2&id=21901情比金坚的方法 strc = Len(name1) - Len(Replace(name1, ",", ""))
-------------------------------------------收集于Office中国论坛
评论
|站长邮箱|小黑屋|手机版|Office中国/Access中国 ( 粤ICP备10043721号-1 )
GMT+8, 2025-4-4 05:17 , Processed in 0.073720 second(s), 17 queries .
Powered by Discuz! X3.3
© 2001-2017 Comsenz Inc.