Moving CommandBar using VBA or C#

A

Aaron Queenan

How can I move a CommandBar using VBA or C#?

The .Left property does move the x position of the bar, but the .Top
property is readonly.

Thanks,
Aaron Queenan.
 
A

Aaron Queenan

Never mind - I've found out that I can use the .RowIndex property to effect
the row of the control.

Thanks,
Aaron.
 

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