Project.ProjectGuideContent Property
Project Developer Reference |
Returns or sets the name of the XML schema being used by the Project Guide. Read/write String.
Syntax
expression.ProjectGuideContent
expression A variable that represents a Project object.
Return Value
String
Example
The following code sample changes the default content for the Project Guide to the XML file specified by the user. An input box prompts the user for the path and file name for custom Project Guide content, and Project sets the appropriate options in the Interface tab of the Options dialog box.
Note: Before running this macro, change path to an example path you would like to use, and change filename to the name of an example file, such as custom.xml.
Visual Basic for Applications |
---|
|
See Also