Project.ProjectGuideUseDefaultFunctionalLayoutPage property (Project)

True if Project uses the default Project Guide. False if you are customizing the Project Guide. Read/write Boolean.

Syntax

expression. ProjectGuideUseDefaultFunctionalLayoutPage

expression A variable that represents a Project object.

Remarks

Note

The Project Guide is deprecated in Project. Instead of the Project Guide, we recommend that you create task pane apps.

However, you can still use custom Project Guides and get the default Project Guide files from the Project SDK download. The Project Guide files are modified for access in a flat folder structure and to remove the gbui:// protocol (gbui is the goal-based user interface protocol in Office Project 2007 and previous versions). All Project Guide settings must be made programmatically.

The default value of the ProjectGuideFunctionalLayoutPage property is gbui://mainpage.htm, which does not work because Project does not implement the gbui:// protocol. The Project Programmability blog ( https://blogs.msdn.com/project_programmability/) includes articles that show how to use the Project Guide in a VBA macro and in an add-in that is developed with Visual C# in Microsoft Office development tools in Visual Studio 2010.

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.