I want to switch back and forth between application with the shell command in VBA. I am using SendKeys to do stuff in process A then move to process B, then to process A the
You forgot to add "DoEvents" between each sendkeys and kind of delay/wait period, to give it some time to execute.