Hi.
You can do a select case on the selected text.
VB Code:
Select Case Listbox1.Text Case "Item1" 'Open form 1 Case "Item2" 'Open form 2 'Just keep on going until you have no more items. End Select
I Hope this helps you on your way.![]()
|
Results 1 to 2 of 2
Threaded View
|
Click Here to Expand Forum to Full Width |