Pausing program execution 
Author Message
 Pausing program execution

Hi folks,

I just want to pause my VBA code while another applicaiton
is loaded via the shell command.

Anyone know how to do this?

TIA

- Al



Tue, 11 Oct 2005 03:09:13 GMT  
 Pausing program execution

If you can get the other application to run some sort of auto-magic on
open you can:

Word:
Shell
Wait for SemaphoreFile
Delete SemaphoreFile
continue

Other App Automagic:
Create dummy semaphore file


yarn:

Quote:
>Hi folks,

>I just want to pause my VBA code while another applicaiton
>is loaded via the shell command.

>Anyone know how to do this?

>TIA

>- Al

Steve Hudson

Word Heretic, Sydney, Australia
Tricky stuff with Word or words for you.

Products:   http://www.geocities.com/word_heretic/products.html
Spellbooks: 823 pages of dump left and dropping...

The VBA Beginner's Spellbook: For all VBA users.



Tue, 11 Oct 2005 16:11:44 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. How to pause Program Execution?

2. Pause Program Execution WITHOUT high CPU Utilization

3. Pause program execution until other application finishes

4. Creating a pause in program execution

5. Pausing Code Execution

6. Pause VB Execution for seconds?

7. Pause execution of VBA Code and Restarting!

8. Pausing code execution while another form open

9. Pause code execution while form is open

10. ***Getting Access 2.0 to pause in the execution of a module

11. Pausing Code Execution - How?

12. Pause event execution

 

 
Powered by phpBB® Forum Software