| |
dkr72
Posts: 2
Score: 0
Joined: 11/9/2004
From:
Status: offline
|
I stupidly deleted a menu bar... CommandBars(1).Controls("Insert").Delete I can't restore them now! I tried the following code: Sub Restore() Set x = CommandBars("Insert") Set y = CommandBars("Format") x.Reset y.Reset End Sub with no results... HELP!
|
|