使用Application 属性或 Creator 属性访问每个应用程序中的 NewFile 对象。 示例 使用Add 方法将新项添加到“ 新建项 ”任务窗格。 下面的示例在 Word 的 New Document 任务窗格中添加一项。 VB 复制 Sub AddNewDocToTaskPane() Application.NewDocument.Add FileName:="C:\NewDocument.doc", _ Section:=msoNew...
Microsoft AccessNewFileTaskPane Microsoft ExcelNewWorkbook Microsoft FrontPageNewPageOrWeb Microsoft PowerPointNewPresentation Microsoft WordNewDocument Add(String, Object, Object, Object)使用 方法将新项添加到“新建项”任务窗格。Remove(String, Object, Object, Object)使用 方法从“新建项”任务窗格中删除项。
某些Microsoft Office 应用程序中对 CommandBars 的使用已由 Microsoft Office Fluent 用户界面的新功能区组件取代。 有关详细信息,请参阅Office Fluent 功能区概述。 备注 使用Application属性或Creator属性访问每个应用程序中的NewFile对象。 示例 使用Add方法将新项添加到“新建项”任务窗格。 下面的示例在 Word 的New...
Sub AddNewDocToTaskPane() Application.NewDocument.Add FileName:="C:\NewDocument.doc", _ Section:=msoNew, DisplayName:="New Document" CommandBars("Task Pane").Visible = True End Sub 使用Remove 方法可從 [新增專案] 工作窗格中移除 專案。 下列範例會從 Word 的 [新增檔] 工作窗格中移除上述範例...
NewFile对象表示很多 Microsoft Office 应用程序中“新建项”任务窗格上列出的项。下表列出了在每个应用程序中用于访问NewFile对象的属性。 注释下面示例适用于 Word,但是可以将NewDocument属性更改为上面所列的任何属性并在相应的应用程序中使用该代码。 使用NewFile 对象 ...
SubCreateNewDocument() Application.NewDocument.Add FileName:="C:\NewFile.doc", _ Section:=msoNewfromExistingFile, DisplayName:="New File", _ Action:=msoCreateNewFileEndSub 另請參閱 Application 物件 支援和意見反應 有關於 Office VBA 或這份文件的問題或意見反應嗎? 如需取得支援服務並提供意見反應...
(a Microsoft Excel worksheet). Your organization might have a standard Microsoft Word document template for the Product Design Document that is prepopulated with some of the standard information authors need to complete. You can upload this template as default content. When author...
Start Microsoft Visual Studio .NET. On the File menu, click New and then click Project. Under Project types click Visual Basic Projects, then click Windows Application under Templates. Form1 is created by default. Add a reference to the Microsoft Word Object Library. To do this, ...
Office 365 ProPlus Preview includes Word, PowerPoint, Excel, Outlook, OneNote, Access, Publisher, and Lync. You will be able to preview Office 365 ProPlus applications and manage up to 25 users with a preview account.Office 2013 Preview Technical Documentation...
When you create a document programmatically, the new document is a nativeMicrosoft.Office.Interop.Word.Documentobject. This object does not have the additional events and data binding capabilities of aMicrosoft.Office.Tools.Word.Documenthost item. For more information, seeProgrammatic Limitations of Hos...