Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
would like to block the "ComboBox1-change"-event until
the code in "Workbook_load" has processed completely. one sulution could be to set a variable in a module, which is observed by "ComboBox1-change" at the beginning. if that variable is 0 then abort otherwise continue. At the end of "Workbook_load" that variable is set to 1. Does anyone know a better solution. Thank Roman |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Roman,
What is the problem with that solution? -- HTH RP (remove nothere from the email address if mailing direct) "Roman Töngi" wrote in message ... would like to block the "ComboBox1-change"-event until the code in "Workbook_load" has processed completely. one sulution could be to set a variable in a module, which is observed by "ComboBox1-change" at the beginning. if that variable is 0 then abort otherwise continue. At the end of "Workbook_load" that variable is set to 1. Does anyone know a better solution. Thank Roman |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
user form-on open event? keydown event? | Excel Programming | |||
Event Procedures: Event on Worksheet to fire Event on another Worksheet | Excel Programming | |||
change event/after update event?? | Excel Programming | |||
OnTime event not firing in Workbook_Open event procedure | Excel Programming |