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

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?