作者kejames (徵女友 :))
看板Visual_Basic
标题Re: [VBA ] Excel的英文大小写变换
时间Tue Oct 25 09:54:21 2005
※ 引述《walkman (走路男人~)》之铭言:
: 请问一下,我现在有个程式:
: Dim str As string
: str="Hello"
: MsgBox str
: MsgBox len(str)
: MsgBox UCase(str)
: MsgBox LCase(str)
: 我现在只能够看出它的字串长度
: 还有让他全部变大写或全部变小写
: 有没有办法修正这个程式使它大小写互换阿??
: 像是"Hello"经过变换会变成"hELLO"
: 请高手们帮忙了....
: 谢谢
for i = 1 to len(str)
逐字检查,将大小字互换就可以了..
next
手上没有compiler..sorry..:)
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 220.137.112.65