Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Returns a NewFile object that represents a document listed on the New File task pane. Read-only NewFile object.
Syntax
expression.NewFileTaskPane
expression A variable that represents an Application object.
Example
This example creates a file list item on the New File task pane in the New from existing file section.
Dim nftpTemp As Office.NewFile
Set nftpTemp = Application.NewFileTaskPane
nftpTemp.Add FileName:="C:\Sales_Quarterly.mdb", _
Section:=msoNewfromExistingFile, DisplayName:="Quarterly Sales", _
Action:=msoCreateNewFile
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.