Hello
I ve developed a VBA module that calculates, sorts and displays a lot of data and I was wondering if its possible to stop Excel updating the screen display
with every macro operation. Ideally, I would like this to be suspended until the module has finished processing and then display the final results.

Is there a way to make this happen in VBA ?

Thanks for any help.