Hi,
I have a stupid question. I was testing the delete command
in excel and have run the following code:
Dim oBar As CommandBar
Set oBar = Application.CommandBars("Worksheet Menu Bar"
oBar.Controls(6).Delete
It really works fine, but how do I get back my menu. Can
somebody help?
Thanks
I have a stupid question. I was testing the delete command
in excel and have run the following code:
Dim oBar As CommandBar
Set oBar = Application.CommandBars("Worksheet Menu Bar"
oBar.Controls(6).Delete
It really works fine, but how do I get back my menu. Can
somebody help?
Thanks