wait for action to finish before starting next (1 Viewer)

blioux

Registered User.
Local time
Today, 04:21
Joined
Sep 10, 2002
Messages
14
i have a macro that exports data to a text file
i then use the runapp action to run a .bat ,which is just a command line interface for a program with switches, that modifies this text file
i then want to import this text file back into my database

the problem i'm having is that the macro continues on to the import action before the .bat is finished

is my answer with vba?

any help would be greatly appriciated
 

blioux

Registered User.
Local time
Today, 04:21
Joined
Sep 10, 2002
Messages
14
I'm not really familiar with doevents does anyone have any code examples?

thanx in advance!
 

Users who are viewing this thread

Top Bottom