Nov 3, 2005 #1 Bitaoo Programmer Joined Dec 18, 2002 Messages 81 Location 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
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
Nov 3, 2005 1 #2 rmikesmith Technical User Joined Apr 29, 2002 Messages 1,215 Location US Bita, Try something like Code: MyCommandBar.Protection = msoBarNoMove Regards, Mike Upvote 0 Downvote
Nov 4, 2005 Thread starter #3 Bitaoo Programmer Joined Dec 18, 2002 Messages 81 Location US Thanks a lot. --Bita Upvote 0 Downvote