Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
?B?SkxHV2hpeg==?= wrote in
: The first thing is that you do not need to use modal afte the UserForm.Show command. Modal is the default. If you do want to use it then the correct syntax is vbModal which is a boolean value or 1. I don't see why the code would continue to execute before you click the button unless your listbox also has code attached with a click event that unloads or hides the UserForm. So check your listbox code for a click event code. Again, you can just use Choisir.Show and it will be modal. Thank you very much I type "Choisir.Show" instead of "Choisir.Show Modal" And the program work the way I wanted. I was stock for several day on this simple stuff. Thank you again. Jean |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Listbox in UserForm | Excel Discussion (Misc queries) | |||
on Listbox in Userform.... | Excel Programming | |||
userform listbox cannot get listbox.value to transfer back to main sub | Excel Programming | |||
UserForm with ListBox | Excel Programming | |||
UserForm ListBox | Excel Programming |