PC Review


Reply
Thread Tools Rate Thread

CommandBars in 2007?

 
 
Maury Markowitz
Guest
Posts: n/a
 
      19th Jun 2008
Our current Excel "app" has an extensive set of command that are
normally invoked via a custom CommandBar. However, these seem to be
deprecated under 2007, or at least changed dramatically. Either way,
they don't seem to be there "out of the box".

I'm sure other people are facing the same problem, what are some of
the solutions you've looked at? I've never been a fan of buttons in
the sheets themselves, they always seem to be in the wrong place.

Maury
 
Reply With Quote
 
 
 
 
FSt1
Guest
Posts: n/a
 
      20th Jun 2008
hi
see this site
http://www.rondebruin.nl/tips.htm
look at..
change the ribbon
add buttons to QAT

Regards
FSt1

"Maury Markowitz" wrote:

> Our current Excel "app" has an extensive set of command that are
> normally invoked via a custom CommandBar. However, these seem to be
> deprecated under 2007, or at least changed dramatically. Either way,
> they don't seem to be there "out of the box".
>
> I'm sure other people are facing the same problem, what are some of
> the solutions you've looked at? I've never been a fan of buttons in
> the sheets themselves, they always seem to be in the wrong place.
>
> Maury
>

 
Reply With Quote
 
Jim Rech
Guest
Posts: n/a
 
      20th Jun 2008
>>invoked via a custom CommandBar

Your commandbar customizations should appear on the Add-in tab. If that's
not good enough then you have to get into the new customization scheme known
as RibbonX. Ron's site as FSt1 mentioned has good information as does MS's
and quite a few others. There are even a book or two on the subject, which
is completely different than commandbars btw.

The Quick Access Toolbar (QAT) was provided by MS for end users to put their
own custom/favorite items in easy reach. MS did not intend for developers
to use it themselves and made it almost impossible to do so. So the way to
proceed as a developer is to learn RibbonX.

--
Jim
"Maury Markowitz" <(E-Mail Removed)> wrote in message
news:f7058edb-21bc-424c-af52-(E-Mail Removed)...
| Our current Excel "app" has an extensive set of command that are
| normally invoked via a custom CommandBar. However, these seem to be
| deprecated under 2007, or at least changed dramatically. Either way,
| they don't seem to be there "out of the box".
|
| I'm sure other people are facing the same problem, what are some of
| the solutions you've looked at? I've never been a fan of buttons in
| the sheets themselves, they always seem to be in the wrong place.
|
| Maury


 
Reply With Quote
 
Maury Markowitz
Guest
Posts: n/a
 
      20th Jun 2008
On Jun 20, 8:05*am, "Jim Rech" <jrr...@hotmail.com> wrote:
> The Quick Access Toolbar (QAT) was provided by MS for end users to put their
> own custom/favorite items in easy reach. *MS did not intend for developers
> to use it themselves and made it almost impossible to do so. *So the way to
> proceed as a developer is to learn RibbonX.


But am I right to assume that RibbonX does not work under older
versions? Is there any cross-version system that works well?

Maury
 
Reply With Quote
 
Ron de Bruin
Guest
Posts: n/a
 
      20th Jun 2008
See
http://www.rondebruin.nl/compatiblemenu.htm

--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"Maury Markowitz" <(E-Mail Removed)> wrote in message
news:ea1fbb4c-2a48-4a7b-ab16-(E-Mail Removed)...
On Jun 20, 8:05 am, "Jim Rech" <jrr...@hotmail.com> wrote:
> The Quick Access Toolbar (QAT) was provided by MS for end users to put their
> own custom/favorite items in easy reach. MS did not intend for developers
> to use it themselves and made it almost impossible to do so. So the way to
> proceed as a developer is to learn RibbonX.


But am I right to assume that RibbonX does not work under older
versions? Is there any cross-version system that works well?

Maury

 
Reply With Quote
 
Jon Peltier
Guest
Posts: n/a
 
      20th Jun 2008
A cross-version approach consists of two files. First is a Classic Excel
(i.e., 2000 through 2003) add-in, which does all the work, and detects the
version of Excel. If the version of Excel is Classic, it builds the menus
and commandbars as before. If the version is Excel 12, it opens the second
file. The second file is an Excel 2007 add-in (not installed as an add-in by
the way) with the XML code for the RibbonX modifications as well as the code
that catches ribbon clicks and runs the appropriate command in the Classic
add-in.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______


"Maury Markowitz" <(E-Mail Removed)> wrote in message
news:ea1fbb4c-2a48-4a7b-ab16-(E-Mail Removed)...
On Jun 20, 8:05 am, "Jim Rech" <jrr...@hotmail.com> wrote:
> The Quick Access Toolbar (QAT) was provided by MS for end users to put
> their
> own custom/favorite items in easy reach. MS did not intend for developers
> to use it themselves and made it almost impossible to do so. So the way to
> proceed as a developer is to learn RibbonX.


But am I right to assume that RibbonX does not work under older
versions? Is there any cross-version system that works well?

Maury


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Commandbars that behave differently in mde and mdb files with 2007 BAnders Microsoft Access VBA Modules 1 3rd Apr 2009 01:17 PM
Commandbars used in 2003 is not available in 2007 BAnders Microsoft Access 1 24th Sep 2008 08:26 AM
Making Application.CommandBars.ExecuteMso method work in 2007 JeffreyW Microsoft Excel Programming 7 11th Dec 2007 09:01 PM
Excel 2007 - Personnal CommandBars Lucky Microsoft Excel Programming 4 12th Mar 2007 11:57 AM
Can't get CommandBars in 2007, works in other Outlook versions? Beiley Microsoft Outlook Program Addins 0 14th Feb 2007 12:18 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:04 PM.