View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default Position menubar

René,

You can't, you need to position it in the correct position. Look at the
RowIndex property of the commandbar control.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"René" wrote in message
...
Hi,

I've created a menubar. When Excel opens this bar is placed at top right
position using (Position:=msoBarTop). But when I move it to a different
position, this new position isn't remembered, because everytime Excel

opens
the orginal position is used.
How can I maken sure that the last given position is remembered?

thanks
René