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)

Re: Command Bars by Ed

Ed
Thu Jul 17 16:15:49 PDT 2008

Never mind. I found it. I deleted normal.dot and it all came back.


"Ed" <nospam@nospam.com> wrote in message
news:W1Qfk.397$8R1.143@newsfe03.iad...
> 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)
>