Application.DisplayEntryBar property (Project)
Gets or sets a value that determines whether the data entry bar is visible. True if the data entry bar is visible. Read/write Boolean.
Syntax
expression. DisplayEntryBar
expression A variable that represents an Application object.
Remarks
If the entry bar is selected and you run the command DisplayEntryBar = False
, Project shows run-time error 1100, "The method is not available in this situation."
The DisplayEntryBar property corresponds to the Entry bar checkbox on the Display tab of the Project Options dialog box.
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.