View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
joeeng joeeng is offline
external usenet poster
 
Posts: 54
Default Excel 2007 Add-ins

I am actually trying your Example 2 from "Avoiding Two Versions" article. I
cannot get it to work the way you describe that it should. I simply is not
adding the "Test Tab".

"Ron de Bruin" wrote:

This is very strange
There is no differents in loading it with the Add-in list or open it manual.

You can send me the file private and I take a look

--

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


"joeeng" wrote in message ...
It is supposed to add a new group to the ribbon, but doesn't. When I
manually add the .xlam file to the add-in list, it works. If I just open the
file it does not.

"Ron de Bruin" wrote:

Hi joeeng

Why do you think it is not loaded as a add-in ?

A add-in is a hidden workbook


--

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


"joeeng" wrote in message ...
I was under the impression that manually loading .xlam files in Excel 2007

i.e., Workbooks("MyAddIns.xlam").open

would activate it as an add-in. It does not seem to be the case, though.

Am I missing something?