Handle Confirm Save As Popup

How to click on Yes in Confirm Save As Pop up window in Excel when a file already exists?

I tried with attach window that did not work

Thanks in Advance!!!

Hi,

Check this solution:

Hi anmita,

After typing the filepath and clicking save I would use an Element Exists to check for the existance of the additional pop-up. Based on the Boolean output from the element exists, use an If statement and then click the ‘Yes’ button if the element exists.

Best,

use a simple click “ok” or click image. they work for me regular in this situation

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.