Hi all,
How can I disable all commandbars when openening a spreadsheet. At the moment I have:
Private Sub Workbook_Open()
For Each cmdbar In CommandBars
cmdbar.Visible = False
Next
fmMain.Show
End Sub
I would also like to reset the commandbars when closing the file.
Any help is much appreciated!
How can I disable all commandbars when openening a spreadsheet. At the moment I have:
Private Sub Workbook_Open()
For Each cmdbar In CommandBars
cmdbar.Visible = False
Next
fmMain.Show
End Sub
I would also like to reset the commandbars when closing the file.
Any help is much appreciated!