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!

Do let user move the toolbar 1

Status
Not open for further replies.

Bitaoo

Programmer
Dec 18, 2002
81
US
Hello,

I make a toolbar in Excel, but I don't want the user to
be able to move this toolbar. How can I do that?

Thanks a lot for your help,
--Bita
 
Bita,

Try something like
Code:
MyCommandBar.Protection = msoBarNoMove


Regards,
Mike
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top