I came into work yesterday, and noticed my computer acting really slow. I'm not sure if there was maintenance being done on the server, or what was going on. But in my code I manipulate IE, and use IE.Quit at the end of each sub that uses it. Well, I kept getting an error saying a system shutdown is already scheduled, and I assumed that a previous IE was still in the process of shutting down, and since the system was being slow it just wasn't happening as instantaneously as it normally does. Is there a loop I can do while IE is still closing before proceeding with the code? Or an If statement to check if a previous instance of IE is still being processed? Thanks for any help you guys got.
P.S. I tried restarting the computer, and still have the same issue.
P.S. I tried restarting the computer, and still have the same issue.