Click Event for VBA listbox
I have been programming with VB6 for more that a year.
Now I need to do some work in VBA and I find that the
click event in a list box does not work automatically
like it does in VB6. I suppose I need to use WithEvents,
only problem is I have never used it.
I have tried to figure this one out on my own but I am not
there yet.
I know you use WithEvents in a class module but that is
about all I have found out so far.
Can someone please help me out?
Some example code demonstrating
getting the _click event to work in a listbox in VBA
would go a long way towards helping me to figure out this
fundamental and important keyword.
Thanks for any help! :D
If you don't succeed you run the risk of failure. * Dan Quayle
|