View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Aaron Queenan Aaron Queenan is offline
external usenet poster
 
Posts: 30
Default Moving CommandBar using VBA or C#

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

Thanks,
Aaron.

"Aaron Queenan" wrote in message
...
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.