PDA

View Full Version : VBA: Workbook won't open until the macro is completely finished



baralus
07-30-2018, 10:53 AM
I have macro that opens a workbook file in a website, the problem is the workbook won't open until my code is finished. I tried looping until the workbook opens but the macro just ends up in an infinite loop. Application.Wait also wont work. Hoping someone can help

georgiboy
07-30-2018, 12:15 PM
Might help to see the code.

First thoughts would be maybe you have a screen updating set to true, really need to see the code though.