Not sure if I have done this exactly right. I have a form with a list box which I populate with data. I then show the form so the user can select from the listbox. The user will then click OK and a process will run using the selections from the listbox.
After the process is finished, VB seems to still be running the sub and although nothing is happening and no errors occurred, I need to press STOP before I can do anything else.
Does this make sense?
I am not sure that I have called the form correctly.
I used:
form1.visible = true
form1.show
is this wrong?
thanks
Jo
After the process is finished, VB seems to still be running the sub and although nothing is happening and no errors occurred, I need to press STOP before I can do anything else.
Does this make sense?
I am not sure that I have called the form correctly.
I used:
form1.visible = true
form1.show
is this wrong?
thanks
Jo