Document.Activate 方法 (Word),
參考網頁:https://docs.microsoft.com/zh-tw/office/vba/api/word.document.activate
Sub OpenSales()
'Sales.doc must exist and be open but not active. Documents("Sales.doc").Activate End SubApplication.Documents("document.doc").CloseClose後面可以加上參數 wdDoNotSaveChanges、 wdPromptToSaveChanges或wdSaveChanges。
Documents("document.doc").Close
Documents(1).Close
objDocument.Close
沒有留言:
張貼留言