is there anyone who knows how to make a button active during other events? (i.e. Find Tool on windows can have the stop button clicked during the search procedure.)
Printable View
is there anyone who knows how to make a button active during other events? (i.e. Find Tool on windows can have the stop button clicked during the search procedure.)
You mean using .SetFocus ?
...using "DoEvents". This will yield a bit of processor time for other events during a processor intense loop.