Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Commandbars in Excel 97 1

Status
Not open for further replies.

ChrisBurch

IS-IT--Management
Jul 3, 2001
184
AU
I have a workbook where I have removed all the standard commandbars via code, and then add my own menu. All is working okay, except that my new menu appears as a floating bar. How can I get this to 'park' at the top of the screen?

Thanks for any help.

Chris

It worked yesterday.
It doesn't work today.
That's Windows!
 
Hi Chris!
Maybe you can Apply this code to position th menu at the top?

Application.CommandBars("BarName").Enabled
Application.CommandBars("BarName").Position = msoBarTop
 
Thanks, just what I needed.

Chris

It worked yesterday.
It doesn't work today.
That's Windows!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top