Hello,
How can I prevent a bound array error to happen in a listbox ?
Let me explaine :
If I have build a listbox on my screen using an array, a procedure is changing the array.
Depending on the changes that are made, I sometimes get a bound array error.
How can I prevent this error ?
Can a listbox be disabled until the array has been changed ?
Thanks a lot in advance for any help.