Word和VBA

Foxtable内置了Word的VBA支持,命名空间为MSWord。

例如:

Dim app As New MSWord.Application
app
.Documents.Open("c:\data\blank.doc")
app
.Visible = True

关于Word和VBA,这里就不讲述了,有兴趣的话,可以自行在网上找些文档参考学习即可。


本页地址:http://www.foxtable.com/webhelp/topics/2922.htm