1

I'm trying to automate a program (solidworks) using python via VBA.

I am executing the python script using shell32. However the problem I have is I want the VBA script to wait until the python script is done before it terminates.

Right now the VBA script is done as soon as it makes the call

Does anyone have an idea of a good way to perform this handshake?

2
  • 1
    Always helps to post your existing code... Commented Jun 22, 2021 at 20:02
  • Perhaps this answer will help. Commented Jun 22, 2021 at 20:26

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.