List Box in a Form


Posted by JT on January 23, 2001 1:27 AM

I am trying to create a multiselect ListBox. I have been given some code to enable this but I need to input the code in the "Load Event Procedure" of the form. I have no idea what this means. Any help would be appreciated.



Posted by Dave Hawley on January 23, 2001 2:37 AM

Hi Jt

While in the VBE double click your UserForm and then from the "Procedure Window" (top right) select "Initialize" and you will see:

Private Sub UserForm_Initialize()

End Sub


Simply paste your code in here.

Hope this helps

Dave


OzGrid Business Applications