Hi guys,
I have a wizard set up which when run, given the user a dropdown and runs a process based on their choice. The wizard runs fine when run as a stand alone.
I'm now trying to run the wizard through an excel macro.
I've set up a button in excel that the user can press, and I've used the following code which I've stolen from elsewhere:
RetVal = ShellAndWait("""C:\Program Files\Alteryx\Engine\AlteryxEngineCmd.exe"" ""C:\MyWizard.yxwz""", 0, vbNormalFocus, PromptUser)
What this does though, it runs the module, but doesn't pop up with the box allowing the user to choose a value, which means that ultimately, the process doesn't work as expected.
Please can someone help?
Many many thanks in advance!