The following code will hide column 2 of a 5 column ListBox and keep it from being resized. You also have to restrict the column to the left of the column you are trying to hide.
Me.ColumnWidths = "*,*,0,*,*" Me.Column(1).UserResizable = False Me.Column(2).UserResizable = False _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
