08-29-2011, 09:48 AM
Hello, I am looking for a way to close Modal dialog for IE (e.g. Default browser check). Below is some sample code I am using:
I am getting an error with this code on the "Set" line. Is there a better way to achieve this?
Code:
Set objDialog = objBrowser.Dialog("is owned window:=True")
objDialog.Close
I am getting an error with this code on the "Set" line. Is there a better way to achieve this?