View Single Post
  #1   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#

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.