Withaar
Verenigingslid
- Lid geworden
- 8 apr 2001
- Berichten
- 3.551
Zelf gebeurd het me regelmatig dat ik werkbalken kwijt ben in Excel.
Met deze macro is daar een einde aan gekomen.
Sub WerkbalkenTerug()
Application.CommandBars("Standard").Visible = True
Application.CommandBars("Formatting").Visible = True
Application.DisplayFormulaBar = True
Application.Dialogs(xlDialogCustomizeToolbar).Show
End Sub
Zo krijg je snel de belangrijkste weer terug.
Met deze macro is daar een einde aan gekomen.
Sub WerkbalkenTerug()
Application.CommandBars("Standard").Visible = True
Application.CommandBars("Formatting").Visible = True
Application.DisplayFormulaBar = True
Application.Dialogs(xlDialogCustomizeToolbar).Show
End Sub
Zo krijg je snel de belangrijkste weer terug.