CustomToolbarsFile property

CustomToolbarsFile property

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

See also         Example         Applies to

Returns or sets the name of the file that defines custom toolbars and status bars for an Application object or a Document object.

Version added

4.0

Syntax

        
          strRet = object.CustomToolbarsFile
      
        
          object.CustomToolbarsFile = fileStr
      

strRet

String. The name of the file that defines the current custom toolbars for the object.

object

Required. An object that returns an Application or Document object.

fileStr

Required String. The name of the file that defines new custom toolbars for the object.

Remarks

If the object is not using custom toolbars, the CustomToolbarsFile property returns Nothing.