Moving CommandBar using VBA or C#

  • Thread starter Thread starter Aaron Queenan
  • Start date Start date
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.
 
Never mind - I've found out that I can use the .RowIndex property to effect
the row of the control.

Thanks,
Aaron.
 
Back
Top