Balajibenz
Board Regular
- Joined
- Nov 18, 2020
- Messages
- 80
- Office Version
- 2013
- Platform
- Windows
I have a VBA code with multiple subs and it has multiple worksheets which will be hided and only macro worksheet will be visible.
when someone runs the macro it will unhide the other worksheets and exports the output then at the end it hides the worksheets.
problem is at times towards the end of the code the workbook flickers and it showing the worksheets that are supposed to be not visible and once success message it shown and once i click on "ok" the it seems fine. I have used below lines but it is still the same.
Application.DisplayAlerts = False
Application.ScreenUpdating = False
can someone help me with this.
all i want it is to have only the worksheet named "Macro" visible while code is running.
when someone runs the macro it will unhide the other worksheets and exports the output then at the end it hides the worksheets.
problem is at times towards the end of the code the workbook flickers and it showing the worksheets that are supposed to be not visible and once success message it shown and once i click on "ok" the it seems fine. I have used below lines but it is still the same.
Application.DisplayAlerts = False
Application.ScreenUpdating = False
can someone help me with this.
all i want it is to have only the worksheet named "Macro" visible while code is running.