ho provato ad aggiungere questo codice.codice:Private Sub Workbook_Open() Application.CommandBars("Costi").Visible = True End Sub Private Sub Workbook_BeforeClose(cancel as boolean) Application.CommandBars("Costi").Visible = False End Sub
ps dopo una svista... funziona!!!