Viewing 4 posts - 46 through 49 (of 49 total)
I could give you a code snippet using VB.NET, if you're still looking for help with this issue. I have several programs that put data into an existing Excel file that...
February 4, 2005 at 11:56 am
#540754
Somehow I didn't get the whole answer posted last time. Here we go again:
Dim sngFuture As Single
sngFuture = Timer + 3 ' to sleep for 3 seconds
Do Until Timer >...
January 6, 2005 at 6:40 pm
#536317
I use the following code:
sngFuture = Timer + 3
January 6, 2005 at 6:38 pm
#536316
That did the trick. Thank you so much. You are my hero.
August 24, 2004 at 2:51 pm
#520418