Hi,
I have a problem with type into activity.
Situation
- Open excel
- Using hot key alt+f8 to open macro selection
- Using type into, enter the macro name ( macro name is variable which I get from another file)
- Click run
Problem
- The type into write the variable name BUT with addtional string infront.
- In this case, it supposed to write A_データシートの初期化, but the output become $E$7:$AZ$470A_データシートの初期化
What I have done
-
Check the output using message box.
The result is okay and the output is A_データシートの初期化 but when using the type into still have the additional string infront
-
Activate the click before typing, Emptyfield and sendwindowsmessage but still have the additional string infront
-
Used execute macro and the macro executed but my robot stuck( not even throwing any error) and not continuing to next activity.
Please let me know if you have the solution for above.