Skip to content

LoadDesignerBars Method

Description

Loads a command bar layout from a file.

Syntax

Public Sub LoadDesignerBars( _
    Optional ByVal FileNameOrResource As Variant, _
    Optional ByVal Instance As Variant _
)

Parameters

  • FileNameOrResource: The name of the file or resource from which to load the command bar layout.
  • Instance: An optional parameter that specifies the instance to be used.

Remarks

The file is a file created using the CommandBars designer.

See Also


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.