I want to put the Argument Value into Input box appear after Macro Execution start. this Input box is the part if Macro coding.
Currently after macro execution start and Input box appear my Code gets stucked.
Below is my workflow screen shot where I mentioned if Element Exist (Input Box) but code is not moving there.
I would suggest that you put a log activity to see if the element is really detected by the element exists. And then you can just used send hotkeys to put the value if typeinto is not possible
The best practice is to create a new macro which with a parameter but need not input box,
and except for that it can achieve the same functionality as your original macro.
This is how my workflow looks like:
1.Open a Micro Enabled Excel Spreeadsheet using ExcelScope Activity.
2.Execute Macro by giving the name.
Upon executing the macro, an input box will appear wherein i need to type in the username.
I tried using Type Activity to input the name but it doesn’t enter the username.
Sandhya, you can find attached Sample solution. if you use Execute Macro acticity then you will not be able to type into Input Box. you have to use button in Macro file then click on that to execute macro and then you can type into Input box.