Quick Access Toolbar enhancement (Option to remove/add)

Ok my app is very complex but some users may not require the quick access toolbar like myself. On your future release it might be nice to also include the option of completely removing the quick access toolbar at the top -----I am currently removing it by using the following VBA code

Application.ExecuteExcel4Macro (“SHOW.TOOLBAR(”“Ribbon”", FALSE)")

’ I dont need it in my app -just running it past you support :slight_smile:

Golfer65

Thank you for the feedback.