S
SueWilson
i have a macro that calls an external program to perform
some functions (creates some files, etc). the next line
in the macro does some processing on those files just
created. problem, line 2 executes before line1 has
finished. how do i control the execution timing so this
doesn't happen.
some functions (creates some files, etc). the next line
in the macro does some processing on those files just
created. problem, line 2 executes before line1 has
finished. how do i control the execution timing so this
doesn't happen.