on 2023 Sep 11 5:23 PM
I'm trying to automate a process that involves triggering a macro on an excel workbook. The problem here is that at the end of the macro a popup window confirming the success of the macro appears. The triggermacro activity doesn't end because of that popup and, at the same time, it wont let me use the activity keystroke to end the macro activity.
Any ideas on how I can solve this without changing the macro itself?
Request clarification before answering.
Hello, I would change the macro as follows: If you want to inform the user, you can use the status bar in your VBA code (Application.StatusBar). If you still need the popup, capture the screen with the popup and then press the OK button. You will probably need to place the WAIT activity before closing it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
66 | |
9 | |
7 | |
6 | |
6 | |
6 | |
5 | |
4 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.