Command Bars

E

Ed

All of the sudden, one of my computers running the same VBA program that I
successfully run on 10 other computers has stopped creating Command Bars.
The code is:

Set mybar = CommandBars.Add(name:="MyNewBar", Position:=msoBarFloating,
Temporary:=True)

Is there a setting in the registry that anyone knows of that may have been
corrupted?

Thanks

-Ed (in Virginia)
 
Top