|
-
Dec 9th, 1999, 08:54 AM
#1
Thread Starter
Fanatic Member
I have a problem with my application. Every time I'm doing something in Excel (from my app of course) it disables my Timer (which has a really important funtion). I'm mean it doesn't really disables it, but it doesn't let the timer to do anything. Do you know what's going on?
Thanks
------------------
Visual Basic Programmer
------------------
PolComSoft
You will hear a lot about it.
-
Dec 9th, 1999, 10:58 AM
#2
Lively Member
If the app gets really busy, you may need to add the command,
DoEvents
somewhere inside the loop, without this if the loop takes a long time, then all processing of the code stays within your loop
Hope this helps,
Steve
-
Dec 9th, 1999, 11:10 AM
#3
Thread Starter
Fanatic Member
Thanks SteveS it helped a lot!!
------------------
Visual Basic Programmer
------------------
PolComSoft
You will hear a lot about it.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|