WPS相对于Office不支持的一些功能 方法 属性 事件(逐步更新)
- 2021-01-27 08:00:00
- zstmtony 原创
- 6057
在这几年使用WPS的VBA开发中,发现WPS的VBA接口中有一些功能并未完全实现(tmtony, 先想到一些就列出来
1.activesheet.chartobjects(1).chart.export activeworkbook.Path & "\test3.gif","gif" gif在office支持,但wps不支持。 PNG JPG均支持
但注意Office,需要安装 图形筛选器,否则会提示 图形筛选器无法转换此文件
2.Wps用代码生成图表及将图表转换成图片要比Office快很多。
3.Wps中对内容搜索Find也要比Office快很多,很奇怪
4.以下代码在wps个人版支持,在Wps政府专业版本中不支持:ChartTitle.Format.TextFrame2.TextRange.Characters(1, 6).ParagraphFormat
Dim chrt As Object
Set chrt = ActiveSheet.ChartObjects(1)
With chrt.Chart.ChartTitle.Format.TextFrame2.TextRange.Characters(1, 6).ParagraphFormat
.TextDirection = 1 ' msoTextDirectionLeftToRight
.Alignment = 2 ' msoAlignCenter
End With
MsgBox "10"
With chrt.Chart.ChartTitle.Format.TextFrame2.TextRange.Characters(1, 6).Font
.BaselineOffset = 0
.Bold = -1
MsgBox "11"
.NameComplexScript = "+mn-cs"
.NameFarEast = "+mn-ea"
.Fill.Visible = -1 ' msoTrue
.Fill.ForeColor.RGB = RGB(89, 89, 89)
.Fill.Transparency = 0
.Fill.Solid
MsgBox "12"
.Size = 14
.Italic = msoFalse
.Kerning = 12
.Name = "+mn-lt"
.UnderlineStyle = 0 ' msoNoUnderline
MsgBox "13"
.Spacing = 0
.Strike = 0 ' msoNoStrike
End With
chart.export filename, "GIF"
oChart.Export(Server.MapPath("~/App_Data/Graphs/Graph2.gif"), "GIF")
Solution to this problem is in MSI installer to register aspnet account
to resolve your Problem go to c:\windows\system32\msi.dll
view properties
from security tab add aspnet account and give full permission to all
apply your setting
reboot your computer this should solve your problem.
if there is any problem go to event viewer of system and see what hkcu does not have permission. simply give permission to clsid
you may have to run dcomcfg.
- office课程播放地址及课程明细
- Excel Word PPT Access VBA等Office技巧学习平台
- 将( .accdb) 文件格式数据库转换为早期版本(.mdb)的文件格式
- 将早期的数据库文件格式(.mdb)转换为 (.accdb) 文件格式
- KB5002984:配置 Jet Red Database Engine 数据库引擎和访问连接引擎以阻止对远程数据库的访问(remote table)
- Access 365 /Access 2019 数据库中哪些函数功能和属性被沙箱模式阻止(如未启动宏时)
- Access Runtime(运行时)最全的下载(2007 2010 2013 2016 2019 Access 365)
- Activex控件或Dll 在某些电脑无法正常注册的解决办法(regsvr32注册时卡住)
- office使用部分控件时提示“您没有使用该ActiveX控件许可的问题”的解决方法
- RTF文件(富文本格式)的一些解析
- Access树控件(treeview) 64位Office下出现横向滚动条不会自动定位的解决办法
- Access中国树控件 在win10电脑 节点行间距太小的解决办法
- EXCEL 2019 64位版(Office 2019 64位)早就支持64位Treeview 树控件 ListView列表等64位MSCOMMCTL.OCX控件下载
- VBA或VB6调用WebService(直接Post方式)并解析返回的XML
- 早期PB程序连接Sqlserver出现错误
- MMC 不能打开文件C:/Program Files/Microsoft SQL Server/80/Tools/Binn/SQL Server Enterprise Manager.MSC 可能是由于文件不存在,不是一个MMC控制台,或者用后来的MMC版
- sql server连接不了的解决办法
- localhost与127.0.0.1区别
- Roych的浅谈数据库开发系列(Sql Server)
- sqlserver 自动备份对备份目录没有存取权限的解决办法
- 安装Sql server 2005 express 和SQLServer2005 Express版企业管理器 SQLServer2005_SSMSEE
联系人: | 王先生 |
---|---|
Email: | 18449932@qq.com |
QQ: | 18449932 |
微博: | officecn01 |