> How can I display a LisBox on a UserForm that has its boundaries
> extending outside the boundaries of the UserForm? I am using MS Word
[quoted text clipped - 9 lines]
> Thanks,
> Nam
You can't do this at all with a ListBox. Use a ComboBox control instead. A
ComboBox behaves this way without any additional programming -- if the list
is longer than the depth of the UserForm below it, the list just extends
past the edge of the UserForm.
If you want the ComboBox to prevent the user from typing anything in the
edit area that doesn't already exist in the list, set the box's
.MatchRequired property to True. Then it will behave just like a ListBox for
purposes of selecting from a fixed list, but it will also have the popup
behavior.

Signature
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org