D
dz
Does anyone know how to force the toolbars to nicely stack
on the top left?
For example, the following code does not take toolbars off
the same level and place on separate levels (regardless of
the Tools, Customize, Options setting of "Show standard
and formatting toolbars on two rows"):
For Each cbar In CommandBars
If cbar.Visible = True Then cbar.Position = msoBarTop
Next
And, sometimes the toolbars are offset to the right a bit,
not at Left 0.
Also, is there a way to order the toolbars (i.e., Menu on
top, Standard next, formatting next, etc.)?
Thanks so much.
on the top left?
For example, the following code does not take toolbars off
the same level and place on separate levels (regardless of
the Tools, Customize, Options setting of "Show standard
and formatting toolbars on two rows"):
For Each cbar In CommandBars
If cbar.Visible = True Then cbar.Position = msoBarTop
Next
And, sometimes the toolbars are offset to the right a bit,
not at Left 0.
Also, is there a way to order the toolbars (i.e., Menu on
top, Standard next, formatting next, etc.)?
Thanks so much.