when i set Excel apllications displayalert propery to true this exception is fired…
why?
when i set Excel apllications displayalert propery to true this exception is fired… why?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Is the property browser suspended? If so, this might help: HRESULT 800ac472 from set operations in Excel
One suggestion is to put your call inside a try block inside a loop, and keep trying the call until it succeeds. It might look something like this:
I don’t write in VB myself, so apologies for any mistakes.