ExcelVBA语句中英文提取模块语句-.pdf
《ExcelVBA语句中英文提取模块语句-.pdf》由会员分享,可在线阅读,更多相关《ExcelVBA语句中英文提取模块语句-.pdf(3页珍藏版)》请在淘文阁 - 分享文档赚钱的网站上搜索。
1、吴敏技巧-如何在 excel 中提取中英文转载Important:To access the commands that you need to create VBA code,the Developer tab must be visible in the Excel 2007 Ribbon user interface.If the Developer tab is not visible,use the following steps to display it:Click the Office Button,and then click Excel Options.In the Pop
2、ular category,under Top options for working with Excel,select the Show Developer tab in the Ribbon check box,and then click OK.On the Developer tab,click Visual Basic to open the Visual Basic Editor.为实现这一命令,需要创建VBA代码,必须在excel2007 显示开发工具。即:点击officeexcel 选项 常用 显示开发工具确定之后,在 VBA代码窗口中,执行菜单操作“插入”“模块”,然后,会
3、自动创建一个名为“模块 1”的模块。最后,将如下代码粘贴到你的模块1 中:复制以下内容_ 中文Function SplitStringChs(TheString)Dim n,Chs For n=1 To Len(TheString)If Asc(Mid(TheString,n,1)=0 Then Eng=Eng&Mid(TheString,n,1)End If Next SplitStringEng=Trim(Eng)End Function 点保存,然后07 版 excel 会显示未启用宏之类的,选择否,另存为03excel。关掉原先的excel 和模块选项卡,打开03 版 excel,在
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- ExcelVBA 语句 中英文 提取 模块
限制150内