S
Scott
Is there a way to pause 2 seconds or so before a second
macro goes off in the code builder? So far, my code is:
Private Sub Command35_Click()
DoCmd.RunMacro "Macro 1"
DoCmd.RunMacro "Macro 2"
End Sub
Thanks for the help.
macro goes off in the code builder? So far, my code is:
Private Sub Command35_Click()
DoCmd.RunMacro "Macro 1"
DoCmd.RunMacro "Macro 2"
End Sub
Thanks for the help.