Toolbar Placement

J

JJ

Through VBA code, I am transferring two toolbars from a Project file
to the Global file. Currently, when I run the code, one toolbar gets
placed at the top of the window and the other is placed at the bottom.
I'm trying to get them placed side-by-side at the top.

Is there a way to control the placement of the toolbars?

Thanks!
JJ
 
J

Jan De Messemaeker

Hi,

Too long to explain here, you should look for help on the CommandBar object.
Especially its Row and Left properties.
Hope this helps,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top