I want to clear text in box. (pop up find and replace in excel)
Please guide me.
I want to clear text in box. (pop up find and replace in excel)
Please guide me.
Hi @fairymemay
just activate the option “EmptyField” in the properties of your “Type Into” activity.
@fairymemay Try with Send Windows Message option checked
Actually, “SendWindowMessage” should be less compatible than default mode…but give it a try.
How does your selector look like?
It should look a bit like this one:
<wnd app='excel.exe' title='*' />
<wnd cls='EDTBX' />
If there is a idx
tag in it, delete it.