@oiBio: Before changing the width in code, save the Anchor value and set it to 0. Then after changing the width, restore Anchor.
lnAnchor = Thisform.oNavBar.Anchor
Thisform.oNavBar.Anchor = 0
Thisform.oNavBar.Width = 275
Thisform.oNavBar.Anchor = lnAnchor
Doug
↧