I have two macros.
1) First macro has 1 input file say A
2) Second macro has two input files X and Y.
Now I have to make an app such that if user puts file A in the app the first macro (wf) will run. If the user puts file X (the main file), the user will be asked to input file Y and so the second macro (wf) should give output.
How can I do this?