I've written a code that hides certain tabs and rows based on the selection from a drop down list by using a worksheet_change event. However when it runs it flicks between screens which looks a bit rubbish.
I tried adding in the Application.ScreenUpdating = False however this made no difference so I'm wondering if it only works if it is placed in a module and not if its within a worksheet change event.
Does anyone know the answer and how I can make it work? Thanks a lot!!
I tried adding in the Application.ScreenUpdating = False however this made no difference so I'm wondering if it only works if it is placed in a module and not if its within a worksheet change event.
Does anyone know the answer and how I can make it work? Thanks a lot!!