kennedymr2
Programmer
I have a sub routine written, which carries out several processes, and then runs a macro, then carries
on with more code.
ie.
vb code..........
Close #1
Close #2
DoCmd.RunMacro "macro1"
DoCmd.Hourglass False
Me.Progress = "Stage 2"
etc...
---------------------------------
Macro1 takes about 1 minute to do its thing!!
Stage 2 needs the info from the macro1.
Is there a way of putting the macro1 into action, but Stage 2 not starting until the macro1 is complete???
Without the operator having to hit any keys.
on with more code.
ie.
vb code..........
Close #1
Close #2
DoCmd.RunMacro "macro1"
DoCmd.Hourglass False
Me.Progress = "Stage 2"
etc...
---------------------------------
Macro1 takes about 1 minute to do its thing!!
Stage 2 needs the info from the macro1.
Is there a way of putting the macro1 into action, but Stage 2 not starting until the macro1 is complete???
Without the operator having to hit any keys.