Hi Steven
Better two answers for the OP then no answer
--
Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm
<(E-Mail Removed)> wrote in message news:20d2aeb2-31ac-4a33-b886-(E-Mail Removed)...
Looks like you beat me to it Ron.
Steven
On Sep 15, 11:54 am, "Ron de Bruin" <rondebr...@kabelfoon.nl> wrote:
> You can test it with
>
> If Val(Application.Version) < 12 Then
> '97-2003
> Else
> '2007
> End If
>
> I use it for example on this pagehttp://www.rondebruin.nl/mail/folder1/mail2.htm
>
> --
>
> Regards Ron de Bruinhttp://www.rondebruin.nl/tips.htm
>
> <RJQ...@gmail.com> wrote in messagenews:f98060c1-8193-4dc2-9450-(E-Mail Removed)...
> >I spent years developing a software applicaitonthat has extra menu
> > items at the top, and it works, finally, really well...on Excel 2003.
> > Along comes 2007, and the add-ins now are hidden from the soccer moms
> > that use the program in an obscure 'add-on' box. Is there any way that
> > I can detect that someone using my program has Excel 2007 and display
> > special help messages or something so that I do not have to rewrite
> > everything? I have seen ways to change the ribbon back to the 2003
> > headers, but if the user is familiar with the ribbon concept, that
> > could even cause more confusion in the future. Thanks in advance
> > (again).