Description
A collection object consisting of individual Toolbar objects.
Properties |
Methods |
|
Comments
You can retrieve a Toolbars object with the Toolbars property of the Session object. For example, as shown in the following code, the Toolbars object is returned and assigned to the object variable TBcoll.
Dim ses As Object, TBcoll As Object
Set ses = GetObject("Sess1.Ses")
Set TBcoll = ses.Toolbars