2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

UiPathでエクセルのマクロを実行&メッセージのOKを押す

Posted at

例えば、「実行するとメッセージボックスが出現するマクロ」をUiPath上で実行する場合…
macro1.JPG
「Execute macro」アクティビティに、実行したいマクロ名を記入すればOKです。
※「Execute macro」は、ExcelApplicationScope内でのみ使えるアクティビティです。
macro2.JPG

ただし、”マクロが出現させるメッセージボックスのOKボタン”を押したい場合、
「上からmacro→Click」という設定では、UiPahtはOKボタンを押してくれません!
macro5.JPG

「Parallelの中に、左からmacro→Click」という設定にすれば、OKボタンは押されます。
macro4.JPG

2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?