An add-in I've written creates a toolbar containing several buttons. On connection the toolbar is created via msoBarTop and this results in my toolbar being placed by itself on a new toolbar line below the other toolbars of my IDE and that takes up valuable real estate. I can manually move the toolbar, but the next time I start a VB project, my toolbar returns to it's original position. Is there some way for my add-in to store it's position on disconnection, and then retrieve the position and use it the next time it starts up?