I have a workbook in which I do a fair amount of work behind the scenes, using Application.ScreenUpdating = False to keep the user on the same sheet while this is happening.
However the screen will flickers a lot whilst the code is running and i wondered if there is a way of stopping this
Thanks