My Excel workbook doesn't update after running a macro until a double click with the left mouse button despite having
Application.ScreenUpdating = True
At the end of the code. I tried selecting and activating a cell to no avail
Application.ScreenUpdating = True
Range("A6").Select
Range("A6").Activate
The macro is quite intensive in memory for about 40 seconds and then it is complete. I don't want to post the whole macro as some of it is proprietary. However it's a standard macro using built in Excel functions.