Enable Multiple events in the same time
Try using the DoEvents statement in your procedures. Make sure you read up
and understand how it works so you put it in the correct place.
If this helps please click "Yes"
<<<<<<<<<<
"rchiuhk" wrote:
Dear all,
I have three buttons on the excel.
When One button is clicked, it will process a lot running job.
Is it possible to click second button to run another process as the cursor
is in running state that I cannot click on second button?
Please help
|