Application.WebToolbar method (Project)

Shows or hides the Web toolbar. Obsolete in Project.

Syntax

expression. WebToolbar( _Show_ )

expression A variable that represents an Application object.

Parameters

Name Required/Optional Data type Description
Show Optional Boolean True if the Web toolbar is shown. The default is to toggle the current setting.

Return value

Boolean

Remarks

Project does not use toolbars; the WebToolbar method has no effect.

You can create a custom group on a tab in the ribbon that includes commands for webpages. For example, open the Project Options dialog box, choose Customize Ribbon, and then create a new group in a tab. Add commands such as Back, Forward, Stop, Refresh, Start Page, Search the Web, and Open Hyperlink.

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.