摘要:
foreach (Office.CommandBarControl c in.CommandBars.Controls){if (c.Id == ) { }} Sub Sample() Application.CommandBars.FindControl(ID:=927).Execute End 阅读全文
posted @ 2023-09-12 13:38
多见多闻
阅读(178)
评论(0)
推荐(0)
摘要:
Sub 获取所有CommandBarID() Dim wdApp As Object ' Word.Application Dim cb As Object ' CommandBar Dim s As String, id As String Set wdApp = CreateObject("Wo 阅读全文
posted @ 2023-09-12 13:16
多见多闻
阅读(203)
评论(0)
推荐(0)
摘要:
advanced这个工具,竟然可以打包vsto,在部署到wps上时也可以像office那样一键安装完成部署了。打包工具:advanced install 16.6开发环境:vs2010,wps:专业版2016 Advanced Installer 18中文破解版下载 v18.0(附破解补丁+破解教程 阅读全文
posted @ 2023-09-12 09:55
多见多闻
阅读(2327)
评论(0)
推荐(0)