Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Commandbar Mystery

Excel XP, Windows XP. I am adding a commandbar item with vba in a code
that has been running for many years. The item does not appear in the
Tools menu where it should be. I can poll the item successfully from
the editor, so it is somewhere on the tools menu, but simply will not
appear. .visible is true. This one has me baffled. I do have Excel
set to show full menus, changing this setting has no effect. BTW, the
code successfully shows the appropriate item on another computer, same
configuration.

Thanks for any help.

Q


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,824
Default Commandbar Mystery

You could try this:

Close excel
Use windows Start button|find to search for *.xlb
rename it (or them) to *.xlbOLD.

restart excel and load your menu.

If your macro didn't change, maybe it was the file where excel stores customized
toolbars.

If that didn't work, then rename your *.xlbOLD back to *.xlb

(if it did work, you'll have to rebuild any manual changes to your toolbars.)



Quaoar wrote:

Excel XP, Windows XP. I am adding a commandbar item with vba in a code
that has been running for many years. The item does not appear in the
Tools menu where it should be. I can poll the item successfully from
the editor, so it is somewhere on the tools menu, but simply will not
appear. .visible is true. This one has me baffled. I do have Excel
set to show full menus, changing this setting has no effect. BTW, the
code successfully shows the appropriate item on another computer, same
configuration.

Thanks for any help.

Q


--

Dave Peterson

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Commandbar Mystery

Dave Peterson wrote:
You could try this:

Close excel
Use windows Start button|find to search for *.xlb
rename it (or them) to *.xlbOLD.

restart excel and load your menu.

If your macro didn't change, maybe it was the file where excel stores
customized toolbars.

If that didn't work, then rename your *.xlbOLD back to *.xlb

(if it did work, you'll have to rebuild any manual changes to your
toolbars.)



Quaoar wrote:

Excel XP, Windows XP. I am adding a commandbar item with vba in a
code
that has been running for many years. The item does not appear in
the
Tools menu where it should be. I can poll the item successfully from
the editor, so it is somewhere on the tools menu, but simply will not
appear. .visible is true. This one has me baffled. I do have Excel
set to show full menus, changing this setting has no effect. BTW, the
code successfully shows the appropriate item on another computer,
same configuration.

Thanks for any help.

Q


Thanks Dave, that has cured the problem. Now if I only knew how it
happened in the first place!


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
In-place CommandBar.Add run-time error ARHangel Excel Discussion (Misc queries) 4 October 11th 07 06:17 AM
commandbar problems Richard Cook Excel Discussion (Misc queries) 1 July 8th 05 05:32 PM
Add control to commandbar Dan[_20_] Excel Programming 2 August 27th 03 04:47 PM
Commandbar button running macro Kwan Kim Chuen Excel Programming 0 July 27th 03 11:51 AM
Controlling Font Name in a personnal Commandbar Luc Dansereau Excel Programming 0 July 12th 03 07:44 PM


All times are GMT +1. The time now is 07:09 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"