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.
 
Top