Toolbar already exists, but where?

  • Thread starter Thread starter davegb
  • Start date Start date
D

davegb

I am recreating a toolbar that I'll use when I'm writing code. I
created it a long time ago, but I was given a new computer at work on
very short notice (15 min) and a lot of this kind of stuff got lost in
the transition. I tried to name it "Macro", but XL says it already
exists. When I go in to my list of toolbars, "macro" isn't there. So
where is it? Anyone know where XL hides toolbars? If I have to erase
it, that's ok, I just need to know how. If I can bring it back, that's
fine too.

Thanks in advance.
 
View/ Toolbars / Customize / Toobars should show the list of toolbars. You
can tick the box on the left of the name to make it display, or highlight it
and then click on delete.
 
View/ Toolbars / Customize / Toobars should show the list of toolbars. You
can tick the box on the left of the name to make it display, or highlight it
and then click on delete.






- Show quoted text -

Thanks for your reply. As I said, it's not in the list but it won't
let me add it. That's why I posted.
 
How about just deleting it

application.commandbars("Whatever").delete
--
HTH...

Jim Thomlinson






- Show quoted text -

Thanks for your suggestion, Jim. When I run a macro with that command
in it, I get an error message "Runtime error xxxxxxxxxxx, Method
delete of object Commandbar failed".

Any other ideas?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top