VBA - Hiding Excel* 03/09/2002 You can hide the Excel application with this macro. This disables the user from using the excel menus. Don't forget to set it back to visible. Sub HideExcel()Application.Visible = FalseEnd Sub < Prev Next >