大雀软件园

首页 软件下载 安卓市场 苹果市场 电脑游戏 安卓游戏 文章资讯 驱动下载
技术开发 网页设计 图形图象 数据库 网络媒体 网络安全 站长CLUB 操作系统 媒体动画 安卓相关
当前位置: 首页 -> 技术开发 -> 程序开发 -> VB中调用Word拼写检查

VB中调用Word拼写检查

时间: 2021-07-31 作者:daque

function checkspell(incorrecttext as string) as stringdim word as object, rettext$ on error resume next ‘ 创造东西并翻开 wordset word = createobject("word.basic") ‘ 把须要查看的 string 放到 word word.appshow word.filenew word.insert incorrecttext ‘ 运转 word 拼写查看 word.toolsspelling word.editselectall ‘ 取归来值 rettext = word.selection$()checkspell = left$(rettext, len(rettext) - 1) ‘封闭文献并回到 vb 运用word.fileclose 2 show set word = nothing end function

热门阅览

最新排行

Copyright © 2019-2021 大雀软件园(www.daque.cn) All Rights Reserved.