You are on page 1of 1

Sub Enable_All_Right_Click_Menus()

'Semua Command Bar di Aktifkan


Dim Cbar As CommandBar
For Each Cbar In Application.CommandBars
Cbar.Enabled = True
Next
End Sub

You might also like