Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9
Default How do I control the order of Custom Toolbars appearing in the Add-Ins Tab of Excel 2007

Well, I'm not sure if anyone has explored the Beta release of Office 2007 to
be able to answer this question or not, but thought I'd give it a shot. I
have an Add-In that I've developed, compatible with Excel 2000 through Excel
2003 and am looking for a way to control the order of 3 Custom Toolbars the
Add-in deploys in the Add-Ins Tab of Excel 2007's "Ribbon". After quite a
bit of finagling, the present code makes use of the following approach (not
actually what I'm using because I had to monkey around with it and repeat
some of the code because it didn't always work across all 3 Excel versions
without the repetitive code, but it should suffice to convey the method):

With Application.CommandBars("1st Toolbar")
..Enabled = True
..Visible = True
..Position = msoBarTop
..Left = 0
End With
With Application.CommandBars("2nd Toolbar")
..Enabled = True
..Visible = True
..RowIndex = 2
..Left = 0
End With
With Application.CommandBars("3rd Toolbar")
..Enabled = True
..Visible = True
..RowIndex = msoBarRowLast
..Left = 0
End With

This code is seemingly ignored in Excel 2007 and the Toolbars are deployed
in a fashion I can't make sense of - I initially thought they might be
sorted alphanumerically and tried renaming the toolbars to see if that was
the trick, but that didn't work either. I also tried reversing the order of
the code but that seemingly had no effect either. If anyone has any ideas,
I'd love to hear them.

Thanks,

Jeff


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9
Default How do I control the order of Custom Toolbars appearing in the Add-Ins Tab of Excel 2007

Sorry - dumb copy and paste on this question from when I posted this back
when I was originally having this problem with the Beta release (and didn't
get it solved then). I should have said this problem is persisting in the
current version of Office 2007 with all updates applied.

Jeff


"Jeffrey W. Smith" wrote in message
...
Well, I'm not sure if anyone has explored the Beta release of Office 2007
to be able to answer this question or not, but thought I'd give it a shot.
I have an Add-In that I've developed, compatible with Excel 2000 through
Excel 2003 and am looking for a way to control the order of 3 Custom
Toolbars the Add-in deploys in the Add-Ins Tab of Excel 2007's "Ribbon".
After quite a bit of finagling, the present code makes use of the
following approach (not actually what I'm using because I had to monkey
around with it and repeat some of the code because it didn't always work
across all 3 Excel versions without the repetitive code, but it should
suffice to convey the method):

With Application.CommandBars("1st Toolbar")
.Enabled = True
.Visible = True
.Position = msoBarTop
.Left = 0
End With
With Application.CommandBars("2nd Toolbar")
.Enabled = True
.Visible = True
.RowIndex = 2
.Left = 0
End With
With Application.CommandBars("3rd Toolbar")
.Enabled = True
.Visible = True
.RowIndex = msoBarRowLast
.Left = 0
End With

This code is seemingly ignored in Excel 2007 and the Toolbars are deployed
in a fashion I can't make sense of - I initially thought they might be
sorted alphanumerically and tried renaming the toolbars to see if that was
the trick, but that didn't work either. I also tried reversing the order
of the code but that seemingly had no effect either. If anyone has any
ideas, I'd love to hear them.

Thanks,

Jeff



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
Custom Toolbars (Ribbons?) for Excel 2007 TedZee Excel Discussion (Misc queries) 3 December 29th 06 06:21 PM
Modify Custom Toolbars in Excel 2007 pawinterks Excel Discussion (Misc queries) 2 December 8th 06 10:34 PM
Saving Custom Toolbars in Excel 2003 MIKE MEDLIN Setting up and Configuration of Excel 3 June 3rd 05 02:45 PM
Excel 2002 custom toolbars fick Excel Discussion (Misc queries) 4 December 13th 04 09:51 PM
toolbars keep appearing on opening excel after I removed them bef. toolbar hater Excel Discussion (Misc queries) 1 December 2nd 04 01:48 AM


All times are GMT +1. The time now is 08:15 PM.

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

About Us

"It's about Microsoft Excel"