This error occurs when you act on a word or excel application faster than it can handle. The application will still be handling a previous command when you try to give it a new one and throw that error, especially when handling multiple instances. You can do one of two things:
- Add a wait stage before your call
- Surround your action with a block, recover and resume cycle, with a timeout for safety