View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
rogervand rogervand is offline
external usenet poster
 
Posts: 1
Default help with command bar positioning

I have been successful in creating a custom commandbar with the button
I need. I would like to place the custom commandbar on the end of th
built in commandbars at the top of my window. I can get it up there
but it seems to want to live on a line all by itself. I've been usin
the following command:

commandbars("custom").rowindex = 2

It puts my bar where I want it, but moves the builtins down a row. An
advice out there?

Thanks,
Roge

--
Message posted from http://www.ExcelForum.com