two things at once?

  • Thread starter Thread starter evanzo
  • Start date Start date
E

evanzo

I am trying to make a game with Excel. It's a word game, and part of it
is you have to type in a word before the game timer elapses. The timer
is the easy part. I am using a Do While Loop and a timer to subtract a
second off the game timer every second. The problem is you can't type
into a cell while the timer is running. I have added DoEvents to allow
other processes, but typing tends to stop the timer.

I thought I'd see if anyone had any ways around Excel's apparent
inability to do two things at once.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Stop my timer 4
Self Closing MsgBox 6
Make code aware of the workbook file name 3
Read MHT file using macro 0
Keep Timer Going While Altering Workbook 1
Issues with DoEvents command 3
save file 4
Stopping a timer 10

Back
Top