> I have added a listbox and done the following programing:
>
[quoted text clipped - 9 lines]
> would expect the Sub routine to run and fill the listbox. What
> step(s) am I missing?
Well, is an instance of the form loaded and visible?
Did you click the listbox?
--
Peter - 18 Nov 2005 18:18 GMT
I'm not sure what you mean by "an instance of the form loaded" but I did try
to click on the listbox and nothing happens. When I put it back into design
mode I can get to the properties by clicking the listbox, but nothing happens
when clicking it after exiting design mode.
Do I have to turn on any VBA options or macros for the programing to take
effect?
> > I have added a listbox and done the following programing:
> >
[quoted text clipped - 14 lines]
> Did you click the listbox?
> --