View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
joel joel is offline
external usenet poster
 
Posts: 9,101
Default Don't understand infor in the web searched

The URL you posted is no good.

"rchiuhk" wrote:

I have found below link but don't understand.

http://www.eggheadcafe.com/software/...ndoevents.aspx
Is there any sample??

From: "rchiuhk"
Subject: Enable Multiple events in the same time
Date: Friday, October 09, 2009 6:01 PM

I have converted my dll to be multi-threading.
And find that the cursor in excel show "able to click" while processing a
thread in dll.

But when I click anther button or change some textbox value, the excel
hanged and exception error to close the windows and recover to another
window.

Then it seems no use.

Do you have any ideas??
Please help??

"BSc Chem Eng Rick" wrote in
message ...
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