Discussion:
由Excel VBA驅動開啟某一Word檔案(xxx.doc)
(时间太久无法回复)
Eric Liu
2006-03-28 07:13:02 UTC
Permalink
請問要如何:由Excel VBA驅動開啟某一Word檔案(xxx.doc)?
璉璉
2006-03-28 14:42:57 UTC
Permalink
Set wdApp = CreateObject("Word.Application")
Set wdDoc = wdApp.Documents.Open(path & "\" & "xxx.doc")
wdApp.Visible = True
wdDoc.Activate
請問要如何
继续阅读narkive:
Loading...