Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I need this help in VBA coding.
I'm currently using Application.wait Now + TimeValue("00:00:10") for the period during which the code is read into another software and 'processed'. Most instances - this would be too short a period. The time requried to process in the otehr sopftware would be entirely dependent on the data size. Can you help me with certain code, which will keep the other software open till the processing is complete and then quits automatically - without hard coded TimeValue. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
UB was thinking very hard :
I need this help in VBA coding. I'm currently using Application.wait Now + TimeValue("00:00:10") for the period during which the code is read into another software and 'processed'. Most instances - this would be too short a period. The time requried to process in the otehr sopftware would be entirely dependent on the data size. Can you help me with certain code, which will keep the other software open till the processing is complete and then quits automatically - without hard coded TimeValue. To add to John's excellent example, you can also use VB's 'Shell()' feature with no external dependancy. (Some corporate network ActiveDirectory GroupPolicies disable scripting libraries on local workstations, and so John's suggestion will not work!) The Shell() function can be used along with Windows APIs as in this example... http://www.appspro.com/Downloads/ShellAndWait.zip -- Garry Free usenet access at http://www.eternal-september.org ClassicVB Users Regroup! comp.lang.basic.visual.misc |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Application wait question | Excel Programming | |||
Application.wait... won't! | Excel Programming | |||
Please help with Application.Wait ( ) | Excel Programming | |||
Different syntax for Application.Wait | Excel Programming | |||
application.wait help | Excel Programming |