Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 72
Default Toolbar already exists, but where?

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.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,939
Default Toolbar already exists, but where?

How about just deleting it

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

Jim Thomlinson


"davegb" wrote:

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.

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 87
Default Toolbar already exists, but where?

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.

"davegb" wrote:

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.

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 72
Default Toolbar already exists, but where?

On Nov 16, 11:54 am, Gleam wrote:
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.



"davegb" wrote:
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.- Hide quoted text -


- 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.
  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 72
Default Toolbar already exists, but where?

On Nov 16, 11:52 am, Jim Thomlinson <James_Thomlin...@owfg-Re-Move-
This-.com wrote:
How about just deleting it

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

Jim Thomlinson



"davegb" wrote:
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.- Hide quoted text -


- 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?
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
excel toolbar like word toolbar, please Meng[_2_] Excel Discussion (Misc queries) 1 May 23rd 09 04:28 PM
Form Toolbar verses Control Toolbar ub Excel Discussion (Misc queries) 3 July 11th 08 10:57 PM
Add-In Toolbar Control - Removing The Toolbar Question Dreiding Excel Programming 10 October 5th 07 06:39 PM
Adjusting toolbar size, restore toolbar Josh M Excel Discussion (Misc queries) 1 January 18th 06 06:17 PM
saving toolbar buttons on custom toolbar Paul James Excel Programming 12 August 6th 03 08:28 AM


All times are GMT +1. The time now is 11:43 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"