View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Ron de Bruin Ron de Bruin is offline
external usenet poster
 
Posts: 11,123
Default Excel 2007 Add-ins

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?