Application.VisualReportsAdditionalTemplatePath property (Project)

Gets or sets the additional path for Visual Reports templates. Read/write String.

Syntax

expression. VisualReportsAdditionalTemplatePath

expression A variable that represents an Application object.

Remarks

The Include report templates from text box in the Visual Reports - Create Report dialog box shows the value of the VisualReportsAdditionalTemplatePath property.

To clear the additional path and template name, use an empty string ("").

Note

When you set a path value with the VisualReportsAdditionalTemplatePath property, Project does not check whether the path exists.

Example

The following example sets the additional path to "C:\My Templates".

Application.VisualReportsAdditionalTemplatePath = "C:\My Templates"

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.