View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
purple purple is offline
external usenet poster
 
Posts: 3
Default CommandBar Resize

I have created a floating commandbar with 3 buttons.
When it shows, the shape defaults to 1 button deep by 3
wide. I can change the shape on screen by using the
mouse to show 3 deep by 1 wide but how can I
programatically do this? It's like doing a wrapround,
squeeze the width and increase the height. '.Height'
resizes the buttons ok but does not work on the bar.
I'd appreciate any views.

T.I.A

purple