[error] Failed to XType '${KEY_WIN+KEY_R}'

Hi,

i have used the open Run dialog box method to open the excel file. So far, this method is running well and normally.

But sometimes the macro fails with a message [error] Failed to XType ‘${KEY_WIN+KEY_R}’

here’s the log:

[info] Executing: | comment | Open file menggunakan metode Windows RUN | green |
[info] Executing: | XType | ${KEY_WIN+KEY_R} | |
[error] Failed to XType ‘${KEY_WIN+KEY_R}’

What is the cause of this problem occurs?